iOS 应用内购买分步教程
是否有任何分步源代码/视频或任何其他类型的帮助来实现应用内购买?我已经尝试了很多教程,但仍然无法获得应用内购买的完美解决方案。
共享密钥有什么用?
Is there any step by step source code/video or any other kind of help to implement in-app-purchasing ? I have tried many tutorials but still i am not able to get perfect solution for the in-app-purchasing..
What is the use of shared secret key?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的指南是官方 应用内购买编程指南,因为它充满了示例、代码、提示等。仔细阅读本指南肯定会帮助您编写功能齐全的测试项目。
同时,您可能需要查看项目的 MKStoreKit v4 插件来帮助您处理您的项目以更简单的方式进行应用内购买。
I think that the best guide ever is the official In App Purchase Programming Guide, since it's full of examples, piece of codes, hints and so on. Following and reading carefully the Guide will surely help you in writing a fully functional test project.
In the meanwhile you could want to look at the MKStoreKit v4 add-on for your project to help you handle your in-app purchases in a easier way.