there's an outage: https://developer.apple.com/system-status/
Post
Replies
Boosts
Views
Activity
it took a while before it was showing on the status page - but there's an outage: https://developer.apple.com/system-status/
We had similar issue in project with embedded sticker pack, and resolved it by adding the UIRequiredDeviceCapabilities to the extension's info plist - not the plist of the main app. It looks like you've added the right settings, but just in the wrong place.
Additionally, for anyone else arriving here, we had originally added the setting in the Build Settings info plist section, which presumably should be exported to the extensions info plist when the project is archived, however, it does not. We resolved the issue by adding directly to the info plist of the extension , not the build settings of the extension.
Hi Ricard, can you clarify how you managed to get appstore connect api access (and a key) for an enterprise account?
As far as I have been able to ascertain the api key is not supported for enterprise accounts.
Is see no 'Keys' tab in Users and Access section of my enterprise accounts like I do in regular developer accounts.
Thanks.