Skip to main content
Participant
August 26, 2011
Question

"entitlements not valid" nightmare part 2

  • August 26, 2011
  • 1 reply
  • 691 views

HELP! I had everything working: all certificates, etc., and had a demo app imported through iTunes and working on iOS.

Today I tried to compile and import via iTunes as I had done before, but now I'm getting the dreaded "entitlements are not valid" screen. I've re-downloaded the developer_identity.cer and appName.mobileprovision certificates, recreated the .p12 certificate, cleared everything from the device and from itunes, recompiled, made sure the id tag in the XML file matched the AppID, can't think of anything else to do.

This topic has been closed for replies.

1 reply

Known Participant
August 26, 2011

I had the exact same problem.  you can read my solution to this problem here, http://forums.adobe.com/thread/854518?tstart=0

Participant
September 7, 2011

So, the solution was pretty simple. In the "AIR for iSO Settings" dialog, under the "Deployment" tab is the "App ID" field.

You might think this field should take the App ID as provided by Apple. You'd be wrong.

This field DOES NOT take the entire App ID, i.e., including the  ten character "Bundle Seed ID" prefix generated by Apple (e.g. WH8GM93MMDU.com.domain.app). It should have ONLY the "Bundle Identifier" suffix (e.g. com.domain.app.)

Inspiring
September 11, 2011

Apple's developer docs. explain that. But you gotta read 'em.

c.u.