Compare commits

..

No commits in common. "b6cbce9af8b98c215ef8f442c0eb9d33a5fd48fc" and "c0d12ce636034e943917abc0b5bdf05ebdbef9ec" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Pod::Spec.new do |spec| Pod::Spec.new do |spec|
spec.name = "JXIAPManager" spec.name = "JXIAPManager"
spec.version = "0.0.3" spec.version = "0.0.2"
spec.summary = "JXIAPManager内购小工具" spec.summary = "JXIAPManager内购小工具"
spec.description = <<-DESC spec.description = <<-DESC

View File

@ -57,7 +57,7 @@ public class JXIAPManager: NSObject {
self.orderId = orderId self.orderId = orderId
self.discount = discount self.discount = discount
self.applicationUsername = applicationUsername self.applicationUsername = applicationUsername
let set = Set([productId]) let set = Set([productId])
let productsRequest = SKProductsRequest(productIdentifiers: set) let productsRequest = SKProductsRequest(productIdentifiers: set)
productsRequest.delegate = self productsRequest.delegate = self