Skip to content

Commit 4e42d51

Browse files
authored
docs(messaging, ios): add Background App Refresh / message handler interaction note
1 parent 66e6fb0 commit 4e42d51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/messaging/usage/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,12 @@ messaging()
311311

312312
On Android, the `isHeadless` prop will not exist.
313313

314+
#### iOS Background Limitation
315+
316+
On iOS devices, the user is able to toggle Background App Refresh in device's Settings. Furthermore, the Background App Refresh setting will automatically be off if the device is in low power mode.
317+
318+
If the iOS Background App Refresh mode is off, your handler configured in `setBackgroundMessageHandler` will not be triggered.
319+
314320
### Topics
315321

316322
Topics are a mechanism which allow a device to subscribe and unsubscribe from named PubSub channels, all managed via FCM.

0 commit comments

Comments
 (0)