I want to use In app purchase Function in my apps, I tried to find how to use it clearly, but I couldn’t find anythings. Please help me to find the best and clearest way to do it.
How can I get “empty string” in Android item and IOS item. Please guild me Clearly!
2. How to call in app purchase? Please give me simple code or simple project!
I’m looking forward to hearing from you.
2 Likes
ant_1
January 6, 2022, 4:08am
2
Are you using DnD or StP?
1 Like
muneer
January 6, 2022, 7:30am
4
Check this. I gave detailed explanation
The first step is to add your charging items in the Google development console
[image]
In this example I am using one time payment not subscription. I am using a donation example here
The main important info is the Product ID.
In your Thunkable app, enter the same product ID in the IAP component.
[image]
In your code (using a button or any kind of option) you will have to first inquire about the list (this is mandatory for Android)
[image]
I’m here using Alert component for testing pur…
3 Likes
muneer
January 11, 2022, 3:55pm
5
For Google Play to recognize that your app has In-App Purchase
feature, you have to upload AAB file that has the In-App Purchase
component.
Prior to doing this you need to go to your Google Developer Console and add your products that you want to sell.
Even if you only charge one time purchase , you still need to use the Product category and add a product such as “One Dollar Donation”.
3 Likes
Thanks you so much Mr. Muneer, I got it ^^
2 Likes
system
Closed
April 12, 2022, 9:37am
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.