应用内购买IAP总结

IAP应用内购买步骤:

1、创建appID,唯一的appId

2、创建provisioning profile

3、更新XCode设置

4、添加应用程序,提交应用程序二进制代码

5、添加产品到iTunes中

6、编写代码(只能真机上测试):获取产品信息,购买产品(使用测试用户购买)

IAP相关网站:

官网资料中文翻译:

http://blog.csdn.net/dev_yarin/article/details/6768380

http://blog.csdn.net/dev_yarin/article/details/6768382

一个牛人总结的IAP步骤:

原英文内容:

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

翻译后的内容:

http://www.cocoachina.com/iphonedev/sdk/2011/1028/3435.html

官方IAP内容:

https://developer.apple.com/library/ios/#technotes/tn2259/_index.html

其他参考文章:

http://www.cocoachina.com/bbs/read.php?tid-24738.html

相关推荐