Android Question In Purchase wallet

jazzzzzzz

Active Member
Licensed User
Longtime User
Hi,
Am new to In app purchases ,I read almost all tutorials in B4A and somewhat setup ed everything.

What I want to know is that ,I have a wallet of points in my app.

User have to use in app purchase to recharge the wallet points(using that points they can do some special things in app).
They can recharge many times and any time,So which method I should follow and how to achieve it? Am assuming it is subscribed .

The issue is that the subscribed method need to give time limit of their subscription and what i should put in that?
 

tufanv

Expert
Licensed User
Longtime User
Why dont you use consumable in app purchase. They can buy anytime and as many as they want
 
Upvote 0

jazzzzzzz

Active Member
Licensed User
Longtime User
How can i select it in the playstore publish page?
Now in my In-App products page, I have managed product or subscribtion option only
 
Last edited:
Upvote 0

jazzzzzzz

Active Member
Licensed User
Longtime User
Issue solved by using
B4X:
 manager.ConsumeProduct(p)
every time after successful purchase
 
Upvote 0
Top