6

I have an app with inapp purchases. I move to auto renew inapp purchase using StoreKit. Everything is working find.

But when I downgrade from a level 3 to a level 1 (or from level 3 to level 2, or from a level 2 to level 1), purchase doesn't working an return : "SKErrorDomain Code=0 “Cannot connect to iTunes Store”. No problem with upgrades.

But sometimes, waiting 10-15 minutes after the first purchase before downgrade is working. But not always.

What I did :

  • Use device and not simulator (!)
  • Sandbox tester is new and never used on a production env
  • Logout every production account from the device
  • Change order of products and save

Any idea of what's going on ?

Ludovic
  • 1,992
  • 1
  • 21
  • 44

1 Answers1

0

In addition to the comment above that I left for you, there was an issue with sandbox server at the time of this question being asked so that could have been an issue. See See "refer"'s response as well as this question also asked on stackoverflow let me know if you are still experiencing issues.

Community
  • 1
  • 1
bananibau5
  • 174
  • 2
  • 10