修改IAP及隐私条款相关。
This commit is contained in:
@ -111,8 +111,8 @@ class IAPManager: ObservableObject {
|
||||
logger.error("User cancelled the purchase.")
|
||||
|
||||
DispatchQueue.main.async {
|
||||
// 用户取消购买
|
||||
completion(.failure(NSError(domain: "", code: 0, userInfo: [NSLocalizedDescriptionKey: "Purchase Cancelled"])))
|
||||
// 用户取消购买,暂时不要做什么动作。
|
||||
// completion(.failure(NSError(domain: "", code: 0, userInfo: [NSLocalizedDescriptionKey: "Purchase Cancelled"])))
|
||||
}
|
||||
case .pending:
|
||||
// 需要上报上去
|
||||
|
||||
Reference in New Issue
Block a user