The situation is like this:
I have an iOS app with SIWA (Sign in with Apple) implemented. I uploaded my app to TestFlight and got some users. But in the TestFlight version, I didn't upload the user's name and email to the cloud. Since the nature of SIWA, I cannot get those users' data again.
Now I want to officially publish my app to Apple Store, and I want to make a refresh for my app. I want to delete all users' accounts so that the app can get their names and emails again and upload the data to my database.
Is that possible? Since I don't want to change my app's Bundle ID.
Thank you very much.