Same scenario described here:
https://forums.developer.apple.com/forums/thread/738942
User clicked accept for an internal tester invitation sent to their work apple id on their personal device which was signed in with their personal apple id.
This seems to have redeemed the code to the users personal account. However, the user has removed themselves from testing the app and we're trying to get their work apple id registered but the invite code that keeps being sent is coming back saying invalid.
Things we've tried:
We located the last build the user installed on their device and expired the builds
deleted / readded the work apple id to internal testing group
It's still sending the same invitation code from TestFlight and saying that the code cannot be redeemed.
Post
Replies
Boosts
Views
Activity
Recently started hitting the following error when trying to install the latest version of app I admin for in TestFlight:
"The app couldn't be installed because your Apple ID or password is incorrect. Try Again"
I've attempted to sign out / in of my Apple ID to no avail.
Is there a way to pull from App Store Connect API the official release date of an App Store release?
I'm seeing a field called earliestReleaseDate in the response to https://api.appstoreconnect.apple.com/v1/apps/{{app_id}}/appStoreVersions but it's always null (I assume it's null because we currently do not use the 'automatically release on date no earlier than' feature).
Due to some of what we do with the Metal API in our iOS app, we are unable use Simulator for development / testing purposes.
With the introduction of Apple Silicon, we are able to run/build to the "My Mac (Designed for iPad)" destination for our app.
However, when we try running UI tests with that destination we get the message "Cannot test target <ui_test_target> on "My Mac": UI tests are not supported ..."
Wondering if there's a way to run UI tests against the "My Mac (Designed for iPad)" destination?