iOS In App Purchase: Will Apple reviewers test live or sandbox environment?

后端 未结 3 1888
無奈伤痛
無奈伤痛 2020-12-12 20:56

I use In App Payment to sell ingame consumables. After successfull payment I forward the payment receipt to my backend, which validates the receipt with the iTunes payment b

3条回答
  •  感情败类
    2020-12-12 21:53

    quick answer: if your app in review, use sandbox.

    What url should I use to verify my receipt? 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 https://buy.itunes.apple.com/verifyReceipt once your application is live in the App Store.

提交回复
热议问题