iOS 应用购买助手 IAPHelper

码农软件 · 软件分类 · 其他(Others) · 2019-07-19 07:59:09

软件介绍

IAP helper 是苹果 iOS 应用购买助手。

要求

  • StoreKit

  • iOS 5 or later

  • ARC

使用

  • 添加 IAPHelper 文件夹到项目

  • 添加 Storekit framework

pod 'IAPHelper'

初始化:

if(![IAPShare sharedHelper].iap) {
    NSSet* dataSet = [[NSSet alloc] initWithObjects:@"com.comquas.iap.test", nil];
    [IAPShare sharedHelper].iap = [[IAPHelper alloc] initWithProductIdentifiers:dataSet];
}


本文地址:https://www.codercto.com/soft/d/10452.html

Coding the Matrix

Coding the Matrix

Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00

An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试