Post

Replies

Boosts

Views

Activity

Reply to Ad Hoc .ipa for iOS 12.5.8
Hi Christian, taking a guess here, but what stood out to me is the error regarding no internet connectivity when attempting to connect to http://ocsp.apple.com thats an apple certificate validation server most likely scenario is maybe that this is first launch of app on this device, and the OS is attempting to validate the signing-certificate/app with apple servers, and can't reach them because the device has no internet connection. this page shows the purpose of the URL as certificate validation: https://support.apple.com/en-us/101555 if the certificate can't be validated, it won't launch the app
Topic: Business & Education SubTopic: General Tags:
Feb ’26
Reply to Cannot Update Age Rating
If I am reading this correctly: Before January 31: you can submit new app versions without updating the rating but you should update the rating if you do After January 31: before you can submit the app, you must update the rating You don't have to immediately push a new version, apps will not be removed or blocked. It's only if you want to push a new version that you will then be stopped until you update the age rating. I had an app that I 'Removed from Sale' months back - and I still got that notification too.
Dec ’25
Reply to decode profileContent
the 'profileContent' is binary data that is the binary content of the mobile provisioning file. Save that binary data to disk as a .mobileprovision file, and work from there This tech note is pretty good when you're deailing with provisioning files using bash: https://developer.apple.com/documentation/technotes/tn3125-inside-code-signing-provisioning-profiles
Apr ’25
Reply to How can I get an Appleconnect account for enterprise purposes
Hi @Mishalk , You must apply for an Enterprise Developer Account. It is a completely separate entity to any App Store Developer account you may have: https://developer.apple.com/programs/enterprise/ If you're after an Enterprise version of App Store Connect API, then the Enterprise Account Holder must sign-in to request access to Enterprise Program API in the Integrations section of Users and Access. https://developer.apple.com/documentation/enterpriseprogramapi
Nov ’24
Reply to Account Holder of Apple Developer Enterprise Program Account Unable to Request Access To or See App Store Connect API
Hi @ww-bmerivale - did you resolve this? Our team is using Enterprise API successfully. I know there were teething issues when it was first released. You wont see Team Keys etc until the request for API access is accepted by Apple. Enterprise account screen is slightly different to App Store account screen:
Nov ’24
Reply to How to modify default APS Environment? (aps-environment)
Hi @CloudosaurusRex , I did not get an answer - we have just accepted that this is how it works. Many attempts to workaround, but basically, when the app is signed with the certificate and profiles to produce an IPA, it is at that stage the aps-environment is set. Sign with a distribution certificate (adhoc/store/inhouse) - you get prod - sign with a developer certificate, you get sandbox
Nov ’24
Reply to Ad Hoc .ipa for iOS 12.5.8
Hi Christian, taking a guess here, but what stood out to me is the error regarding no internet connectivity when attempting to connect to http://ocsp.apple.com thats an apple certificate validation server most likely scenario is maybe that this is first launch of app on this device, and the OS is attempting to validate the signing-certificate/app with apple servers, and can't reach them because the device has no internet connection. this page shows the purpose of the URL as certificate validation: https://support.apple.com/en-us/101555 if the certificate can't be validated, it won't launch the app
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Bad Gateway
there is an outage https://developer.apple.com/system-status/
Replies
Boosts
Views
Activity
Jan ’26
Reply to Bag Gateway - Correlation Key
there's an outage https://developer.apple.com/system-status/
Replies
Boosts
Views
Activity
Jan ’26
Reply to Is App Store Connect down?
there's an outage https://www.apple.com/au/support/systemstatus/
Replies
Boosts
Views
Activity
Jan ’26
Reply to Apple Store Connect 500 error when uploading app build
there's an outage https://www.apple.com/au/support/systemstatus/
Replies
Boosts
Views
Activity
Jan ’26
Reply to AppSotreConnect Bad Gateway Correlation Key
https://www.apple.com/au/support/systemstatus/
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cannot Update Age Rating
If I am reading this correctly: Before January 31: you can submit new app versions without updating the rating but you should update the rating if you do After January 31: before you can submit the app, you must update the rating You don't have to immediately push a new version, apps will not be removed or blocked. It's only if you want to push a new version that you will then be stopped until you update the age rating. I had an app that I 'Removed from Sale' months back - and I still got that notification too.
Replies
Boosts
Views
Activity
Dec ’25
Reply to decode profileContent
the 'profileContent' is binary data that is the binary content of the mobile provisioning file. Save that binary data to disk as a .mobileprovision file, and work from there This tech note is pretty good when you're deailing with provisioning files using bash: https://developer.apple.com/documentation/technotes/tn3125-inside-code-signing-provisioning-profiles
Replies
Boosts
Views
Activity
Apr ’25
Reply to JWT Fails with Individual Key on App Store Server API
individual key will be tied to the permissions that that individual user has, ie, the users role in app store connect users and access, https://developer.apple.com/help/account/access/roles/
Replies
Boosts
Views
Activity
Apr ’25
Reply to Get the list of distribution certificates from app connect api
it might depend on the role permissions that the authkey has that is limiting it to development certificates, so maybe check-in on that. ie, maybe that role does not have access to distribution certificates https://developer.apple.com/help/account/access/roles/
Replies
Boosts
Views
Activity
Apr ’25
Reply to How can I get an Appleconnect account for enterprise purposes
Hi @Mishalk , You must apply for an Enterprise Developer Account. It is a completely separate entity to any App Store Developer account you may have: https://developer.apple.com/programs/enterprise/ If you're after an Enterprise version of App Store Connect API, then the Enterprise Account Holder must sign-in to request access to Enterprise Program API in the Integrations section of Users and Access. https://developer.apple.com/documentation/enterpriseprogramapi
Replies
Boosts
Views
Activity
Nov ’24
Reply to Account Holder of Apple Developer Enterprise Program Account Unable to Request Access To or See App Store Connect API
Hi @ww-bmerivale - did you resolve this? Our team is using Enterprise API successfully. I know there were teething issues when it was first released. You wont see Team Keys etc until the request for API access is accepted by Apple. Enterprise account screen is slightly different to App Store account screen:
Replies
Boosts
Views
Activity
Nov ’24
Reply to How update inhouse profile by app store connect api?
hi @huanling820713 Its been a few years since your question, but in case you were not across it, Apple introduced enterprise API this year (2024): https://developer.apple.com/documentation/enterpriseprogramapi
Replies
Boosts
Views
Activity
Nov ’24
Reply to How to modify default APS Environment? (aps-environment)
Hi @CloudosaurusRex , I did not get an answer - we have just accepted that this is how it works. Many attempts to workaround, but basically, when the app is signed with the certificate and profiles to produce an IPA, it is at that stage the aps-environment is set. Sign with a distribution certificate (adhoc/store/inhouse) - you get prod - sign with a developer certificate, you get sandbox
Replies
Boosts
Views
Activity
Nov ’24
Reply to Error with duplicate Device
hi @Fictix , Did you ever get resolution on this? I have similar issue, but with a single test device (duplicated 5 times), and fortunately saw your post - so have not disabled them all - the one I did disable and attempt to re-enable brought up same error about the duplicate UDID.
Replies
Boosts
Views
Activity
Nov ’24