From 7f0b31e79b69f7c53fe464a16e35bb50f1da8255 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 3 Dec 2016 00:58:59 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/pushnotificationios.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/pushnotificationios.html b/releases/next/docs/pushnotificationios.html index b4edf978bce..1a7174e1ba9 100644 --- a/releases/next/docs/pushnotificationios.html +++ b/releases/next/docs/pushnotificationios.html @@ -13,9 +13,9 @@ and your server-side system. To get an idea, } // Required for the notification event. You must call the completion handler after handling the remote notification. - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo - fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler { + fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler { - [RCTPushNotificationManager didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler]; + [RCTPushNotificationManager didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler]; } // Required for the registrationError event. - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error