iphone:制作具有应用内购买功能的应用程序是否需要进行任何更改?
我已经使用虚拟用户和测试包标识符实现了应用内购买。 现在它工作正常,
现在将要上传。那么除了捆绑标识符之外,要在实时应用程序上运行 inApp 还需要进行哪些更改?
I have implemented inApp purchase with dummy user and test bundle identifier. and its working fine
Now it is going to be upload.so what changes are needed to work inApp on live app, other than bundle identifier?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您提交给 Apple 的二进制文件应该与您测试时使用的二进制文件完全相同!无需更改任何内容,包括包 ID。您可以通过提交应用程序内购买供 Apple 审核来使您的应用程序内购买生效,这与新应用程序的处理方式非常相似。 (除非您包含屏幕截图而不是新的应用程序二进制文件。)
您可以通过以您在 iTunes Connect 中创建的测试用户之一的身份登录来访问沙箱。
The binary you submit to Apple should be exactly the same one you did your testing with! There is no need to change anything, including the bundle ID. You make your In App Purchase live by submitting it for review by Apple, much in the same way you do for a new app. (Except you include a screen-shot instead of a new app binary.)
You access the sandbox by logging in as one of the test users that you created in iTunes Connect.