ios icon indicating copy to clipboard operation
ios copied to clipboard

How To Get Push Notification Content When App in Kill Mode or closed.

Open tbsphpdev opened this issue 4 years ago • 4 comments

tbsphpdev avatar Feb 18 '21 07:02 tbsphpdev

  • (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary )launchOptions { ............
    if (launchOptions != nil) { NSDictionary
    userInfo = [launchOptions objectForKey:UIApplicationLaunchOptionsRemoteNotificationKey]; if (userInfo != nil) { NSLog(@"userInfo->%@", [userInfo objectForKey:@"aps"]); } } ............. return YES; }_

tbsphpdev avatar Feb 18 '21 07:02 tbsphpdev

@tbsphpdev Did you got it working ???

anishtr4 avatar Jun 19 '21 16:06 anishtr4

Same Issues I am facing my side as well

viv578ek avatar Feb 16 '22 06:02 viv578ek

Same problem, want to get data of all notification which is received when app is killed/closed

miteshdb avatar Jan 17 '23 11:01 miteshdb