CKT
CKT

Reputation: 1217

iOS In-App Purchase sandbox test account keeps popping up for verification

I have Auto-Renewable In-App Purchase item in my application which is in development stage. I could able to test the complete transaction till 2 days ago with different sandbox test accounts ([email protected]). From past couple of days when I am trying to test the transaction with new sandbox test accounts ([email protected]), it is giving me an alert saying AppleID Verification - Open settings to continue signing with ******[email protected]. I have already verified the account before trying to purchase. I have tried and tested with numerous new accounts I have created, getting the same alert message. When I googled the issue, got suggestions to create a sandbox account with different AppStore locations Like Canada, UK....etc. but didn't worked out for me. Could anyone help, as I am struck in testing my transaction process. enter image description here

Upvotes: 10

Views: 2731

Answers (3)

Rajan
Rajan

Reputation: 41

no idea I have created multiple sandbox users never found this issue ever

https://forums.developer.apple.com/message/204979#204979

Its working great... 1. You need to create another test id from your iTunes account. 2. It will prompt to signing to settings. 3. Go there and change the password. 4. Now come back to app. and purchase any item. It will allow you to buy that item...

Upvotes: 0

Ely
Ely

Reputation: 9131

Finally it's working, sort of.

  1. Make a fresh sandbox account.
  2. Confirm it after receiving the email
  3. Login in your app
  4. If a Change password dialog appears, then change your password you confirmed a few seconds ago...
  5. ...and then it works.

Don't try to use accounts you have made the past few days before 13 January 2017, these are currently unusable.

Upvotes: 1

CKT
CKT

Reputation: 1217

Came to know this is an issue from Apple side, which they are aware of now and working on it.

https://forums.developer.apple.com/message/204979#204979

Upvotes: 2

Related Questions