1

I'm developing an app in Adobe AIR for iOS which has app extension.

When I code sign app extension with Adhoc provisioning profile, it works fine.

But when I code sign app extension with App store and create ipa file, I'm getting the following error while installing on device:

The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016).

LordWilmore
2,9122 gold badges28 silver badges30 bronze badges
asked Jan 30, 2018 at 10:19
0

2 Answers 2

1

Even though I didn't find the solution for this question, I would like to answer my findings.

For installing app on test devices, your app needs to be signed with Ad-hoc provisioning profile.

"App Store provisioning profiles do not allow for a distribution built application to be installed on an Apple device. To install your distribution ready application on a device, you must create an Ad Hoc provisioning profile."

But there is a catch here. If Ad-hoc provisioning profile is already present on test device, you can install app signed with App Store provisioning profile.

iOS App Extension have its own provisioning profile. Even if Ad-hoc provisioning profile for App Extension is installed on device, you cannot install app with app extension signed with App Store provisioning profile on test device.

Solution: Use TestFlight to test App Store build on test devices.

answered Mar 20, 2018 at 5:57
Sign up to request clarification or add additional context in comments.

Comments

0

Extension app have its own provisioning profile and entitlements, check https://developer.apple.com/account/ios/identifier/bundle to see your app extension's entitlements, it should match the entitlements in xcode project.

answered Feb 1, 2018 at 19:24

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.