博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年3月19日

摘要: This chapter provides guided steps for adding a store to your application.The Step-By-Step ProcessWhen you set up the project, make sure to link to StoreKit.framework. You can then add a store by following these steps:Decide what products you wish to deliver with your application.There are limitatio 阅读全文

posted @ 2012-03-19 21:27 星尘的天空 阅读(244) 评论(0) 推荐(0) 编辑

摘要: Making a PurchaseWhen the user is ready to purchase an item, your application asks the App Store to collect payment. When your application asks for payment, the App Store creates a persistent(持久) transaction(交易) and continues to process the payment, even if the user quits and relaunches your applica 阅读全文

posted @ 2012-03-19 19:51 星尘的天空 阅读(358) 评论(0) 推荐(0) 编辑

摘要: Retrieving(检索) Product InformationWhen your application is ready to display a store to the user, it must populate(填充、移民) its user interface with information from the App Store. This chapter details how to request product details from the App Store.Sending Requests to the App StoreStore Kit provides 阅读全文

posted @ 2012-03-19 19:25 星尘的天空 阅读(281) 评论(0) 推荐(0) 编辑

摘要: 最近遇到一个问题,需要读取一个还未在AppStore上架但已经提交并创建的应用的链接地址,之前茶资料有网友说在iTunes Connect中可以读取,但是终究还是有不放心,昨天晚上经过测试,发现确实是这么回事,不多这里还是要做一个总结。那么如何读取一个还未上架的应用的链接呢?最直接的方法:在iTunes Connect 中,你单击目标应用,进入到详细信息页面,然后右边有一个 view in App Store ,这个时候就慧在浏览器中打开一个链接,当然,这个应用是无法打开的,他会给你一个提示,说是打开失败,但是,记住,这里这个应用的链接地址(也就是在浏览器地址栏中显示的地址)是正确的,之所以打 阅读全文

posted @ 2012-03-19 10:03 星尘的天空 阅读(494) 评论(0) 推荐(0) 编辑