Skip to content

Commit

Permalink
Update PurchaseNonConsumable.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 5, 2023
1 parent 555d08c commit a2f10e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/PurchaseNonConsumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ public async Task<bool> PurchaseItem(string productId)

#### obfuscatedAccountId & obfuscatedProfileId
* iOS: Optional, only obfuscatedAccountId is used at this time. See [https://developer.apple.com/documentation/storekit/skmutablepayment/1506088-applicationusername](ApplicationUsername) on the payment.
* Android: Optional, see [https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setObfuscatedAccountId(java.lang.String)](Android documentation) for more info
* Android: Optional, see [https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder](Android documentation) for more info
Learn more about `IInAppBillingVerifyPurchase` in the [Securing Purchases](SecuringPurchases.md) documentation.


<= Back to [Table of Contents](README.md)

0 comments on commit a2f10e6

Please sign in to comment.