trying ot parse the push I geting with my app.
but i get some problems here:
NSString *resourcePath = [[launchOptions objectForKey:UIApplicationLaunchOptionsRemoteNotificationKey] objectForKey:@"aps"];
NSLog(@"resourcePath: %@", resourcePath);
NSLog
{
alert = cb;
badge = 1;
sound = default;
url = cxb; }
I NSLog it as String… how to get the URL?
Thank you!
Its a dictionary Object. Get object for url key. Like this: