博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 68 下一页

2012年3月24日

摘要: Testing a StoreDuring development, you should test your application to ensure that purchases are working correctly. However, you do not want to charge users while testing your application. Apple provides a sandbox environment to allow you to test your application without creating financial transacti 阅读全文

posted @ 2012-03-24 00:35 星尘的天空 阅读(364) 评论(0) 推荐(0) 编辑

摘要: Verifying Store Receipts(收据)Your application should perform the additional step of verifying that the receipt you received from Store Kit came from Apple. This is particularly important when your application relies on(依靠)a separate server to provide subscriptions, services, or downloadable content. 阅读全文

posted @ 2012-03-24 00:07 星尘的天空 阅读(866) 评论(0) 推荐(0) 编辑

2012年3月20日

摘要: link Address:http://blog.csdn.net/koupoo/article/details/6457709将plist中的Localization native development region 设为China即可THE END ! 阅读全文

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

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) 编辑

2012年3月17日

摘要: App Store Review GuidelinesIntroductionWe're pleased that you want to invest(投资、花费) your talents and time to develop applications for iOS. It has been a rewarding(回报、奖励) experience - both professionally and financially - for tens of thousands of developers and we want to help you join this succe 阅读全文

posted @ 2012-03-17 15:32 星尘的天空 阅读(824) 评论(0) 推荐(0) 编辑

2012年3月15日

摘要: PS:之所以写这些文章,一个方面是提高英文水平,一个是学习in-App purchase ,真的没有想到会有5个人看这个文章,所以我想我还是坚持下来翻译这些文章。Overview of In-App PurchaseStore Kit communicates with the App Store on behalf of(代表) your application. Your application uses Store Kit to receive localized(本地化的) information from the App Store about products you want t 阅读全文

posted @ 2012-03-15 22:36 星尘的天空 阅读(480) 评论(0) 推荐(0) 编辑

摘要: IntroductionIn-App Purchase allows you to embed a store directly within your application. You implement In-App Purchase in your application using the Store Kit framework. Store Kit connects to the App Store on your application's behalf(代表你的应用程序)to securely process payments from the user. Store K 阅读全文

posted @ 2012-03-15 22:03 星尘的天空 阅读(213) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 68 下一页