When to switch from a sandbox to a StoreKit server?

I recently sent an app to iTunes, which has in-app purchases. At what specific time should I switch from using a sandbox server to a production server?

Now? Or after its approval?

I can switch at any time in my php file on my server.

I looked at the StoreKit documentation and this is not really clear.

Thank!

+5
source share
2 answers

I found the answer to the StoreKit FAQ :

What url should I use to check my receipt (iOS)?

Use the sandbox URL https://sandbox.itunes.apple.com/verifyReceipt while testing your application in the sandbox and while your application is in review.

Use the production URL http://buy.itunes.apple.com/verifyReceipt once your application is live in the App Store.

, , , , , ?

+2

FAQ:

​​ URL- ; URL- , 21007. , URL-, App Store.

. 21007 , , ​​ .

+2

All Articles