Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

in app purchase test account not working in IOS?

we are testing in app purchase with sandbox test account and at time of testing it shows Verification and after verification of payment info when i tried to test in app purchase it redirects me to app store and app store shows time out

am i doing anything wrong? i have also created three more sandbox test account for testing in app purchase. but same error occurs.

Please help.

enter image description here

like image 512
user869123 Avatar asked Sep 13 '13 10:09

user869123


4 Answers

For me to fix this issue, I simply registered a new user in iTunesConnect, but I set their store to 'USA'.

like image 122
Anton Avatar answered Oct 11 '22 06:10

Anton


Step 1: Create the test account online.

Step 2: Log out of the current account in Settings.app > App Store.

Step 3: DO NOT log into the test account yet.

Step 4: Build and run your app on the device, signed with a Development profile (not ad-hoc).

Step 5: Make your purchase. It'll give the UIAlertView, via which you sign into the test account.

If you sign into your test account via any other mechanism, and especially if you add credit card info, that test account will be permanently broken. I recommend trying my steps above with a brand new test account. To make them easier to remember, I usually suffix my test account names with a number, and increment it each time.

like image 24
jaredsinclair Avatar answered Oct 11 '22 05:10

jaredsinclair


This is a bug from apple server side. because from last couple of days many test accounts are not working.

like image 3
Hemant Singh Rathore Avatar answered Oct 11 '22 05:10

Hemant Singh Rathore


Been having similar problem, getting better by doing this;

Create a new account in iTunes connect - DO NOT LOG IN OR ANYTHING! (this seems to be important) From the device (not simulator) sign out of any account. Run the app and try.

My problem is now confirming I have some kind of purchase.

like image 1
Recycled Steel Avatar answered Oct 11 '22 06:10

Recycled Steel