This section exclusively lists the important terms and guidelines to follow while integrating with now.gg Payments SDK.
Purchase verification is an essential step within the purchase lifecycle. now.gg Payments SDK offers purchase verification using a Public key.
The consumption of purchase refers to the processing of purchase and granting the entitlement of the product (product delivery) to the user.
To enable non-consumable products as in-app purchases, you will need to write an implementation for your app/game based on the following logic:
If you wish to implement a callback with the purchase flow, you can do so. The following steps will help you set up a callback:
initiatePurchaseFlow
method within BillingManager.java
.string), where
stringshould be replaced with a string you wish to pass during purchase. Example: setDeveloperPayload(
123sf456).
onPurchasesUpdated
.Reach out to us at dev-support@now.gg, we will be happy to assist you.
Document Rev. 1.0