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

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira