iOS应用内付费 MKStoreKit
- 授权协议: zLib
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/honcheng/MKStoreKit
- 软件文档: https://github.com/honcheng/MKStoreKit
软件介绍
MKStoreKit 帮你实现在应用内进行 App Store 付费的功能。
示例代码:
[[MKStoreManager sharedManager] buyFeature:kFeatureAId onComplete:^(NSString* purchasedFeature) { NSLog(@"Purchased: %@", purchasedFeature); } onCancelled:^ { NSLog(@"User Cancelled Transaction"); }];
C++Primer Plus
Stephen Prata、孙建春、韦强 / 孙建春、韦强 / 人民邮电出版社 / 2005-5 / 72.00元
C++ Primer Plus(第五版)中文版,ISBN:9787115134165,作者:(美)Stephen Prata著;孙建春,韦强译一起来看看 《C++Primer Plus》 这本书的介绍吧!
