xcode - Unable to install AppStore version directly to mobile device when using an iOS App Extension -
at our company process execute is:
- fix/implement
- test ad-hoc version
- create appstore package
- test appstore package installing directly through itunes.
- submit version appstore.
the reason why need test appstore version because payment services wouldn't work if didn't. need real environment.
previously inclusion of ios app extension (sharing) process without issues, after doing same process can't anymore.
we can;
- test ad-hoc version signing app extension ad-hoc.
- create , submit app store package.
however can't install app store version anymore, error mentions there issues signature, more precisely:
(entitlements found not permitted provisioning profile)
does have idea why happening?.
you shouldn't able install app store version on physical device , run it.
it can work in scenarios (like if had installed development builds on there , there valid development build on device when try run app store build). maybe device has old app provisioning profile (which not have app extensions entitlement). new 1 embedded app (and has appropriate entitlements) app store provisioning profile , not valid running directly on device.
i make new build config in project copy of release config, except only code signing settings. allow run build production app store build, except code signing settings.
Comments
Post a Comment