https://github.com/rxwei/xlinapppurchase
In App Purchase Manager (Store Kit Encapsulation)
https://github.com/rxwei/xlinapppurchase
Last synced: 25 days ago
JSON representation
In App Purchase Manager (Store Kit Encapsulation)
- Host: GitHub
- URL: https://github.com/rxwei/xlinapppurchase
- Owner: rxwei
- Created: 2011-12-20T06:16:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-20T07:55:24.000Z (over 14 years ago)
- Last Synced: 2025-01-10T14:54:48.029Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.xinranmsn.com/opensource/XLInAppPurchase
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
XLInAppPurchase
Created by Richard Wei on 11-11-21.
Copyright (c) 2011 Xinranmsn Labs. All rights reserved.
It's an encapsulation of In-App Purchase (StoreKit) APIs.
To use this in your project, just build this and add XLInAppPurchase.framework to your project.
There's 2 ways to implement XLInAppPurchase manager:
1. Initialize XLInAppPurchaseManager with -initWithProductIdentifier:delegate:loadStore:enableNotifications:. Start purchase by calling -makePurchase;
2. Initialize XLInAppPurchaseManager with -initWithProductIdentifier:. Then call -loadStore to load store. Start purchase by calling -makePurchase;