iOS In App Purchase: test a real purchase without submitting to Apple

后端 未结 4 1948
我在风中等你
我在风中等你 2020-12-05 04:52

I implemented in app purchase in my iOS app and I want to do a real test (not a sandbox) before submitting this new version to Apple Of course, the current version of the ap

4条回答
  •  庸人自扰
    2020-12-05 05:35

    You can actually test the in-app purchasing in the sandbox environment, basically you'll need to set up an test user account in your iTunesConnect.

    Check the apple documentation here: http://developer.apple.com/library/ios/#technotes/tn2259/_index.html

    You'll be able to find all the information related to In-App Purchasing, including sandbox testing.

提交回复
热议问题