Friday, March 18, 2011

IOS Magic (for developers only)

Short and sweet:

Technical Note TN2239 or iOS Debugging Magic
Technical Note TN2265 or Troubleshooting Push Notifications

Check your app's code signing entitlements with the codesign tool.
(note: the link will open a terminal window. Type the letter q to quit)

The value of the 
aps-environment entitlement should be either development or production. Run this command in Terminal pointing at your App Store distribution build: 

$ codesign -dvvvv --entitlements - <YourAppName>.app


And that elusive mobile debugging profile is here on your developer's disk: APNsLogging.mobileconfig

You can drag the link below and drop it in your safari url to open the directory and locate the file on your disk:

No comments:

Post a Comment