Android Question Inapp subscription question

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

I have created an inapp product which is basically a monthly subscription. If i use
B4X:
manager.RequestPaymentIn_App,"subs",GetDeviceId)
then I get item is not availabl for purchase. But If i use
B4X:
manager.RequestPayment(In_App,"inapp",GetDeviceId)
then I can see the product. Since the product is a subscription type shouldn't it come when i give "subs" instead of "inapp"?

Also If I press subscribe I do not get an option to choose the email id from which I need to buy. I have around 4 google accounts in my phone. I thought It will let me choose from which email id I can buy just like google identity.

Kindly let me know.

Best,
SK
 

shashkiranr

Active Member
Licensed User
Longtime User
Hi Erel,

app is in beta stage and published. As of now I am using inapp and its working fine. the product is appearing as subscription.

Best,
Sk
 
Upvote 0
Top