You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Analytics i need to track the Auto-Renewable Subscription.
Method: purchaseProduct(_ productId: String, quantity: Int = 1, atomically: Bool = true, applicationUsername: String = "", completion: @escaping (PurchaseResult) -> Void)
purchaseProduct returning the PurchaseResult in completion and the PurchaseResult.PurchaseDetails.transaction.transactionIdentifier is different from the ReceiptItem.transactionId.
Please provide me solution to track the Auto-Renewable Subscription in completeTransactions(atomically: Bool = true, completion: @escaping ([Purchase]) -> Void)
The text was updated successfully, but these errors were encountered:
Platform
In app purchase type
Environment
For Analytics i need to track the Auto-Renewable Subscription.
Method: purchaseProduct(_ productId: String, quantity: Int = 1, atomically: Bool = true, applicationUsername: String = "", completion: @escaping (PurchaseResult) -> Void)
Please provide me solution to track the Auto-Renewable Subscription in completeTransactions(atomically: Bool = true, completion: @escaping ([Purchase]) -> Void)
The text was updated successfully, but these errors were encountered: