InAppPurchase in Sandbox(via test user)

你离开我真会死。 提交于 2019-12-11 12:46:24

问题


To test InAppPurchase in sandbox, do i need to upload a app in Appstore? If not then how the code will relate to the dummy app i made in iTunesConnect for inAppPurchase?


回答1:


As mentioned by @stack , InAppPurchase can not be tested on Simulator. You have to use device to test it. And also, you do not need to submit application for AppStore release.

Please have look at this blog and visit the last section called Creating the Purchase Product and Test User in iTunes Connect.

Please let me know if this post is useful for you.




回答2:


No need to upload binary also. Just make sure that status of InAppPurchase item must be "Ready to submit" n not "Submit for review"(for sandbox testing only.) And xcode project will relate to that dummy app via Bundle ID.



来源:https://stackoverflow.com/questions/12154503/inapppurchase-in-sandboxvia-test-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!