Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple sandbox user logout before production

I developed a Phonegap iOS app that implements In app purchase. As suggested here, I used a sandbox user in order to test the IAP during the development process in iOS, but i can not find a way to switch back to my personal account to authenticate the application.

At the start of the development process, i signed out with my personal account, i didn't login with my sandbox user in General > iTunes & App Store, i started the application and i logged in with my sandbox user from that.

It is time now to pass to production and i can not figure out how to logout the sand box user from my app. If i start the application a Sign In popup is displayed and the sandbox email is there. It simply ask for the password but now chance to change the account. When i login within the application the sandbox user account is logged in General > iTunes & App Store, but if i log out from there the application is stuck with the sandbox email. In other words, it is like if the app is now linked to that email account and it does not give me the chance to change it.

I tried to remove the application (tapping on it and pressing the X button and from General > Manage storage), install it again, to soft reset the iPhone, log out from iTunes & App Store, rebuild the application in debug mode or not, including the plugin or not, in many combination but with no success.

Does anybody experienced something like this? How did you logout your sandbox user when you switched back to your personal iTunes Connect account?

like image 979
user3665949 Avatar asked Sep 19 '15 12:09

user3665949


People also ask

How do I log out of Sandbox?

To log out of your account at The Sandbox, click the profile avatar in the top-right of the website. It is next to the shopping cart icon. And then press the Log Out option.

How do I change my Sandbox account on my Iphone?

Go to iTunes & App Store again. At the very bottom, you will see the new Sandbox Account section. You can logout and login to a different sandbox account or leave it as is.

How do I use Apple ID Sandbox?

Create a Sandbox Tester AccountUnder Sandbox, click Testers. Click “+” to set up your tester accounts. Complete the tester information form and click Invite. Sign out of your Apple ID on all testing devices and sign back in with your new sandbox tester account.


1 Answers

I'm not sure how it looks like on previous iOS versions, but on iOS 12.0 you can open:

Settings > Your Name (Apple ID, iCloud & App Store) > iTunes & App Store

There you will find a section called "SANDBOX ACCOUNT" where you can sign out of the sandbox account you've been using.

enter image description here

like image 74
Omid Ariyan Avatar answered Oct 03 '22 04:10

Omid Ariyan