https://github.com/liqiankun/dlinapppurchase
A demo of In-App Purchase.苹果内购最详细教程
https://github.com/liqiankun/dlinapppurchase
demo in-app-purchase itunesconnect objective-c purchase
Last synced: 2 months ago
JSON representation
A demo of In-App Purchase.苹果内购最详细教程
- Host: GitHub
- URL: https://github.com/liqiankun/dlinapppurchase
- Owner: Liqiankun
- License: mit
- Created: 2017-02-16T13:24:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T23:40:54.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T00:22:00.431Z (3 months ago)
- Topics: demo, in-app-purchase, itunesconnect, objective-c, purchase
- Language: Objective-C
- Homepage:
- Size: 411 KB
- Stars: 42
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A demo help you to enable In-App Purchase,test your productID.
帮助你完成应用内购买,测试你的内购产品ID的项目!
# How to use

Change the Bundle Identifier to yours!
把项目ID改成你自己的。

Add In-App Purchase productIDS to `productIDS.plist` file.
在`productIDS.plist`文件中添加你申请的内购产品ID。
For the full walkthrough [Click here](http://www.jianshu.com/p/8e36ca394fee)
阅读应用内购买的整个流程请[点击这里](http://www.jianshu.com/p/8e36ca394fee)# Requirements
- Xcode 7.0 or greater
- iOS8.0(manually only) or greater# Author
David Lee, [email protected]