Compare commits
2 Commits
c0d12ce636
...
b6cbce9af8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6cbce9af8 | ||
|
|
10a0faae95 |
@ -3,7 +3,7 @@
|
||||
Pod::Spec.new do |spec|
|
||||
|
||||
spec.name = "JXIAPManager"
|
||||
spec.version = "0.0.2"
|
||||
spec.version = "0.0.3"
|
||||
spec.summary = "JXIAPManager内购小工具"
|
||||
|
||||
spec.description = <<-DESC
|
||||
|
||||
@ -57,7 +57,7 @@ public class JXIAPManager: NSObject {
|
||||
self.orderId = orderId
|
||||
self.discount = discount
|
||||
self.applicationUsername = applicationUsername
|
||||
|
||||
|
||||
let set = Set([productId])
|
||||
let productsRequest = SKProductsRequest(productIdentifiers: set)
|
||||
productsRequest.delegate = self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user