Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
  2. fetchCompletionHandler:(void (^) (UIBackgroundFetchResult))completionHandler {
  3.  
  4. AWLogDebug(@"Notification received: %@", userInfo);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement