上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 1、cd 到 Cocos2d-x 3.2 的目录;2、python setup.py;3、source /Users/netty/.bash_profile ;4、cocos new TestProject -p a.b.testproject(包名) -l cpp -d [存储地址] 阅读全文
posted @ 2014-10-20 10:16 cainiaozhang 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Working with SubscriptionsApps that use subscriptions have some additional behaviors and considerations. Because subscriptions incorporate an element ... 阅读全文
posted @ 2014-05-16 17:36 cainiaozhang 阅读(729) 评论(0) 推荐(0) 编辑
摘要: Restoring Purchased ProductsUsers restore transactions to maintain access to content they’ve already purchased. For example, when they upgrade to a ne... 阅读全文
posted @ 2014-05-07 11:42 cainiaozhang 阅读(1663) 评论(0) 推荐(0) 编辑
摘要: Delivering ProductsIn the final part of the purchase process, your app waits for the App Store to process the payment request, stores information abou... 阅读全文
posted @ 2014-05-07 11:36 cainiaozhang 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: Requesting PaymentIn the second part of the purchase process, after the user has chosen to purchase a particular product, your app submits a payment r... 阅读全文
posted @ 2014-05-04 17:59 cainiaozhang 阅读(769) 评论(0) 推荐(0) 编辑
摘要: Retrieving Product InformationIn the first part of the purchase process, your app retrieves information about its products from the App Store, present... 阅读全文
posted @ 2014-05-04 16:54 cainiaozhang 阅读(843) 评论(0) 推荐(0) 编辑
摘要: Designing Your App’s ProductsAproductis something you want to sell in your app’s store. You create and configure products in iTunes Connect, and your ... 阅读全文
posted @ 2014-04-30 18:44 cainiaozhang 阅读(633) 评论(0) 推荐(0) 编辑
摘要: About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto... 阅读全文
posted @ 2014-04-30 10:06 cainiaozhang 阅读(783) 评论(0) 推荐(0) 编辑
摘要: Managing Selections管理选择When users tap a row of a table view, usually something happens as a result. Another table view could slide into place, the row could display a checkmark, or some other action could be performed. The following sections describe how to respond to selections and how to make sele 阅读全文
posted @ 2014-04-04 20:09 cainiaozhang 阅读(508) 评论(0) 推荐(0) 编辑
摘要: Event Delivery: The Responder Chain事件传递:响应链When you design your app, it’s likely that you want to respond to events dynamically. For example, a touch can occur in many different objects onscreen, and you have to decide which object you want to respond to a given event and understand how that object 阅读全文
posted @ 2014-03-31 13:28 cainiaozhang 阅读(662) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页