Compare commits

...

2 Commits

Author SHA1 Message Date
zeng
b6cbce9af8 2 2025-12-18 16:17:51 +08:00
zeng
10a0faae95 1 2025-12-18 16:16:20 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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