From ca531f1f2b487479a6b8c74047fef0ab61041edb Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 7 Dec 2017 09:45:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cbc908..613386d 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ FCM.on(FCMEvent.Notification, async (notif) => { if(Platform.OS ==='ios'){ //optional - //iOS requires developers to call completionHandler to end notification process. If you do not call it your background remote notifications could be throttled, to read more about it see the above documentation link. + //iOS requires developers to call completionHandler to end notification process. If you do not call it your background remote notifications could be throttled, to read more about it see https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623013-application. //This library handles it for you automatically with default behavior (for remote notification, finish with NoData; for WillPresent, finish depend on "show_in_foreground"). However if you want to return different result, follow the following code to override //notif._notificationType is available for iOS platfrom switch(notif._notificationType){ -- 2.26.2