Post marked as solved
Post marked as solved with 2 replies, 362 views
Hello,
My aps-environment entitlement is set to development in my app.entitlements file.
However when I build my application as an archive (to generate an .ipa file), the aps-environment entitlement is automatically modified to production by Xcode because it uses a Distribution provisioning profile. I read in APS Environment Entitlement documentation that this default behaviour can be changed :
But I didn't find a way to do it. Is it possible to change (force) this aps-environment to development even for a distribution build ?
Indeed I don't want it to be production as the .ipa is for test purpose only (it is not the Store build).
Thank you very much for your help,