diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 38caf2d9ec..6117ca1723 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -155,9 +155,10 @@ void InitLocalizedStrings()
[Alohalytics logEvent:kPushDeviceTokenLogEvent withValue:currentInstallation.deviceToken];
}
-- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
+- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
{
[PFPush handlePush:userInfo];
+ completionHandler(UIBackgroundFetchResultNoData);
}
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
diff --git a/iphone/Maps/MAPSME.plist b/iphone/Maps/MAPSME.plist
index d2bd4cdedf..db70c673bc 100644
--- a/iphone/Maps/MAPSME.plist
+++ b/iphone/Maps/MAPSME.plist
@@ -96,6 +96,7 @@
MainWindow-iPad
UIBackgroundModes
+ remote-notification
fetch
UIFileSharingEnabled