yes,
[userInfo objectForKey:@"content-available"]
does not work, as the content-available thing is part of the aps object in the Map. This works:
[userInfo valueForKeyPath:@"aps.content-available"];
Note the valueForKeyPath
yes,
[userInfo objectForKey:@"content-available"]does not work, as the content-available thing is part of the aps object in the Map. This works:
[userInfo valueForKeyPath:@"aps.content-available"];Note the valueForKeyPath