Posts

Post marked as solved
1 Replies
399 Views
Some of our user roles, eg Customer Support, are no longer seeing any of the Apps assigned to them in the Apps section of App Store Connect. Yesterday they had no issues, but after last nights updates to App Store Connect, it seems they can no longer see the apps assigned. I have attempted work arounds, like re-assigning other apps, removing and re-instating app access, removing and re-inviting user, to no avail. The users impacted are using Edge Browser and Chrome browsers on Windows machines, with same results. Caches have been cleared, and so on.
Posted Last updated
.
Post not yet marked as solved
0 Replies
1.2k Views
It looks like APS Environment is configured by setting the aps-environment value in an app entitlements file to either development or production. However, it seems to be the case that, by default, Xcode automatically overrides the set value when an app is signed and the value is instead derived from the provisioning profile. So, for development profiles, you get development (sandbox) aps-environment, and for distribution profiles, you get production aps-environment configured - regardless of how the setting has been configured in the entitlements plist. This is documented here: https://developer.apple.com/documentation/bundleresources/entitlements/aps-environment That document also states that this default behaviour can be overridden: "These default settings can be modified". Question is, how to override these default settings. In other words, how to point aps-environment to production, even if provisioning profile is development. Any insight appreciated, thx.
Posted Last updated
.