RxStoreKit:RxSwift 的 StoreKit 库

时间:2024-06-18 23:33:07
【文件属性】:

文件名称:RxStoreKit:RxSwift 的 StoreKit 库

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-18 23:33:07

swift ios reactivex observer functional

RxStoreKit RxStoreKit 是轻量级且易于使用的对 StoreKit(应用内购买)的 Rx 支持。 用法 索取产品 import StoreKit import RxSwift import RxStoreKit let disposeBag = DisposeBag () let productRequest = SKProductsRequest ( productIdentifiers : Set ([ " your app product id " ])) productRequest. rx . productsRequest . subscribe ( onNext : { product in print (product) }). disposed ( by : disposeBag) productRequest. st


【文件预览】:
RxStoreKit-master
----.gitignore(1KB)
----Package.swift(996B)
----README.md(3KB)
----.swiftpm()
--------xcode()
----Example()
--------ExampleTests()
--------Podfile.lock(697B)
--------Example()
--------Example.xcworkspace()
--------Podfile(447B)
--------Example.xcodeproj()
----Sources()
--------RxStoreKit()
----LICENSE(1KB)
----.swift-version(4B)
----Package.resolved(323B)
----Tests()
--------LinuxMain.swift(122B)
--------RxStoreKitTests()

网友评论