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.
Any idea?
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 :
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 :)
To logout from iOS simulator using xCode 6.3.1, go to Setting -> Safari -> Clear History and Website Data.
Try to "Reset content & settings"
Simulator 6.0 stored information location:
Update for 6.1:
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.