-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There’s no mechanism to activate developer determined subscription offers for Android. #57
Comments
Move to correct repository. @AshHerb can you please also share the technical documentation for "developer determined win-back offers"? We have not looked into this and it will save us time if you can provide as much information around this as possible. |
Okay. I will. |
In the reference for the method purchases.subscriptionsv2, one of its fields lineItems[] which contains the item level info for the subscription purchase, has as one of it's items, offerDetails, which is stated to be Offer details information related to a purchase line item. |
@AshHerb the APIs you linked are for the REST API (ie used from a game backend to Google servers). But I'm not sure what more you need in the client besides what is already returned? For a subscription you get one or more subscription offers. Example:
The The offer
|
Oh my bad. Thanks for your clarification. |
I have some developer determined win-back offers as part of a subscription I plan to make available for lapsed subscribers. The free-trial and introductory pricing phases are straightforward but I don’t think defold has a way referring to specific offers besides the free-trial and introductory pricing when making a call to iap.buy().
Perhaps an additional member of the options table along with the subscription token to specify the particular offer that as a developer I want to give.
Also, maybe offers for a subscription are returned as part of the data in the callback for a call to iap.list().
The text was updated successfully, but these errors were encountered: