Logout from AppStore on iOS Simulator

2019-01-21 16:32发布

问题:

Since 5.0, iOS simulator has StoreKit support so you can debug your In-App purchases without device. But, it has one issue. Once logged in (make In-App purchase) I can't change AppStore login. Settings has not "AppStore" item, so I can't "logout" from account.

I tried to delete application from simulator, restart simulator, delete test user from iTunesConnect — no success.

Screen of the problem

Any idea?

回答1:

There is another way to log out from that sandbox account without "Reset Content & Settings" . Just remove the files from the following path in your home directory :

~/Library/Application\ Support/iPhone\ Simulator/5.0/Library/com.apple.itunesstored 

You may also need to restart the Simulator for the change to take effect.

This just removes the stored information about iTunes from Simulator. So it doesn't delete any apps in the Simulator. It works cool :)



回答2:

Try to "Reset content & settings"



回答3:

Simulator 6.0 stored information location:

~/Library/Application Support/iPhone Simulator/6.0/Library/com.apple.itunesstored/

Update for 6.1:

~/Library/Application Support/iPhone Simulator/6.1/Library/com.apple.itunesstored/


回答4:

With iOS 7 Apple appear to have removed the ability to test In App Purchases using the simulator. Whatever you do (including removing the files in the relevant com.apple.itunesstored simulator directory) you always get the "Could not connect to iTunes store" error when trying to request the product identifiers.

Testing on a device works fine.

UPDATE: I have found that the regular "iPhone Retina (4-inch)" simulator works, but the 64bit simulator doesn't. Very odd.



回答5:

To logout from iOS simulator using xCode 6.3.1, go to Setting -> Safari -> Clear History and Website Data.