Skip to content

Commit

Permalink
Update PurchaseConsumable.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 5, 2023
1 parent 3481527 commit 898f3a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/PurchaseConsumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Task<InAppBillingPurchase> PurchaseAsync(string productId, ItemType itemType, st

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

### Consume Purchase
* Android & Windows: You must consume your purchase when your user uses it before buying another one.
Expand Down Expand Up @@ -102,7 +102,6 @@ public async Task<bool> PurchaseItem(string productId)
}
```

Learn more about `IInAppBillingVerifyPurchase` in the [Securing Purchases](SecuringPurchases.md) documentation.


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

0 comments on commit 898f3a4

Please sign in to comment.