How do I reset iOS IAPs?

0 favourites
  • 5 posts
  • Hi,

    How do I reset iOS IAPs (non-consumable) for testing purposes? I'm building a game for iOS, I have purchased all IAPs for testing purposes but I can't reset them to test them again.

    Is there a way to reset them so that I can test them?

    Thanks in advance.

  • If you're testing iAPs using Storekit with Xcode you can retest non-consumable purchases. If you're testing iAPs using Sandbox you can't retest non-consumables. Once you bought it that sandbox acc will always have it. To retest in Sandbox you have to add additional Sandbox accounts.

    When you're testing iAPs on iOS the idea is you use Storekit in Xcode to iron out the bugs, you can retest, and do it all locally with no need to set up iAPs in AppStore Connect etc. Then once you've got them working smoothly, you transition to sandbox testing as that gives more of a real world test environment, pulling iAP info from AppStore Connect, permanent non-consumables etc.

    See here:

    developer.apple.com/documentation/storekit/in-app_purchase/testing_at_all_stages_of_development_with_xcode_and_sandbox

  • Artpunk Thanks alot for your response. You are right I'm using Sandbox probably that is why I can't repurchase the IAPs for testing. I will try to add additional Sandbox accounts like you suggested.

    Very helpful. Thanks again. :D

  • No problem. It used to be possible to use sub-addressing for your sandbox accounts.

    So you could make a dedicated email address like:

    sandboxmsi@gmail.com

    Then you could use 'sub-addresses' like this:

    sandbox+001msi@gmail.com

    sandbox+002msi@gmail.com

    ...

    Any email send to a sub-address goes to the parent email acc, while Sandbox would consider each sub-address to be a unique email, and allow you to set up a fresh Sandbox acc. This meant you didnt have to go setting up a dozen different email accounts, just one.

    But Apple no longer supports sub-addressing which sucks. So the trick you can use now involves putting a period in your email address.

    So make an email account like:

    sandbox.0123456789msi@gmail.com

    gmail ignores the position of the period, but Apple considers the email address to be unique if the period is repositioned.

    So you can set up separate sandbox accounts with:

    sandbox.0123456789msi@gmail.com

    sandbox0.123456789msi@gmail.com

    sandbox01.23456789msi@gmail.com

    While an email sent to any of those addresses will always go to sandbox.0123456789msi@gmail.com.

    Its less elegant than sub-addressing but it works, and saves you having to find a dozen different email addresses to do your sandbox testing.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Artpunk

    So just need to create one email ID and create Sandbox accounts with changing the dot positions, Interesting and Clever thought. I will try this. I think this will work.

    Thank you :D

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)