How do I debug production push notifications using Xcode?

Posted by richcollins on Stack Overflow See other posts from Stack Overflow or by richcollins
Published on 2010-04-05T23:38:50Z Indexed on 2010/04/05 23:43 UTC
Read the original article Hit count: 181

Filed under:
|

I would like to be able to debug handling of push notifications that originate from the production environment using Xcode. However, it appears that only distribution provisioning profiles can be used with an aps-environment entitlement value of "production". Is there a way to debug production messages on the device using Xcode?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about push-notification