Logout from AppStore on iOS Simulator

前端 未结 5 1655
刺人心
刺人心 2020-12-13 06:15

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 ch

相关标签:
5条回答
  • 2020-12-13 06:32

    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/
    
    0 讨论(0)
  • 2020-12-13 06:32

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

    0 讨论(0)
  • 2020-12-13 06:33

    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.

    0 讨论(0)
  • 2020-12-13 06:34

    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 :)

    0 讨论(0)
  • 2020-12-13 06:48

    Try to "Reset content & settings"

    0 讨论(0)
提交回复
热议问题