My APS Environment 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 changed to production because it uses a Distribution provisioning.
I read in APS Environment Entitlement Apple documentation that these 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 dirstribution build ?
Thanks for your help