ios iOS应用内购买分步教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5935748/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS In-App Purchasing step by step tutorial
提问by user532445
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?
共享密钥有什么用?
采纳答案by marzapower
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 App Purchase Programming Guide,因为它充满了示例、代码片段、提示等。遵循并仔细阅读指南肯定会帮助您编写一个功能齐全的测试项目。
In the meanwhile you could want to look at the MKStoreKitv4 add-on for your project to help you handle your in-app purchases in a easier way.
同时,您可能希望查看项目的MKStoreKitv4 附加组件,以帮助您以更简单的方式处理应用内购买。