Hi, I just released a new version of an app that was transferred from another developer account.
The previous version of this app used the App Groups feature to store some important data, and I would like to retrieve that data.
In the new version, I’m using the same bundle identifier and the same App Group ID (which has already been deleted from the original developer account). I also added the App Groups entitlement in the project settings and set the same App Group ID. However, I still cannot access the data in the App Group.
From the documentation and issues I’ve found, it seems that an app should still have permission to access the same App Group after being transferred.
Did I miss something?
Thanks!
The app group that was formerly used to store data while the app was distributed with the other developer's account will have the other developer's App ID Prefix and will not be accessible from your account. App groups you create in your account will have your account's App ID prefix and data stored using them will be private to your account.