# In-app billing for thunkable x

**URL:** https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991
**Category:** Questions about Thunkable X
**Created:** [September 26, 2018, 8:06pm UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991 "2018-09-26T20:06:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Jamaal\_Jamaaliasl](https://avatars.discourse-cdn.com/v4/letter/j/f9ae1b/32.png) [@Jamaal\_Jamaaliasl](https://community.thunkable.com/u/Jamaal_Jamaaliasl)
#### Post date: [September 26, 2018, 8:06pm UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/1 "2018-09-26T20:06:30Z")

</div>

hi, is there any way to use in-app billing for thunkable x? so that the user can download and use some parts of the app and if he wants to use all parts, buying would be necessary?

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [September 27, 2018, 10:56am UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/2 "2018-09-27T10:56:48Z")

</div>

Make one free app and one paying. Make the user let the free app for free and then tell him to buy the other one directly on the store.

PS : Use the “copy” option to copy the app 🙂

---

<div class="post-metadata">

### Author: ![Jamaal\_Jamaaliasl](https://avatars.discourse-cdn.com/v4/letter/j/f9ae1b/32.png) [@Jamaal\_Jamaaliasl](https://community.thunkable.com/u/Jamaal_Jamaaliasl)
#### Post date: [September 27, 2018, 2:38pm UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/3 "2018-09-27T14:38:37Z")

</div>

it’s a good way but the problem is that when sb download the app he can easily give it to the others and even sell it for his own favour. if there was some ways to lock some parts of the app during the designing process, so that when user pays for it the app will be active in his cellphone and in the meantime is not shareable for free, it would be great!

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [September 27, 2018, 2:52pm UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/4 "2018-09-27T14:52:40Z")

</div>

You can for example set a variable (I’m not sure so think about it) to 0 and when the user buys the app you set it to 1.

When the variable value = 0, you lock the features of the paid app, and when the variable value = 1, you unlock all the features.

Hope it helps

---

<div class="post-metadata">

### Author: ![Jamaal\_Jamaaliasl](https://avatars.discourse-cdn.com/v4/letter/j/f9ae1b/32.png) [@Jamaal\_Jamaaliasl](https://community.thunkable.com/u/Jamaal_Jamaaliasl)
#### Post date: [September 27, 2018, 3:23pm UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/5 "2018-09-27T15:23:04Z")

</div>

tnx for your answer i’ll check it.

---

<div class="post-metadata">

### Author: ![doctorsof](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/doctorsof/32/30099_2.png) [@doctorsof](https://community.thunkable.com/u/doctorsof)
#### Post date: [November 4, 2018, 11:11am UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/6 "2018-11-04T11:11:39Z")

</div>

What can i do for this? Is there any example project?

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [November 4, 2018, 11:24am UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/7 "2018-11-04T11:24:32Z")

</div>

Everything is said above, i can’t find more to tell 😕

What did you fail to understand ?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:54am UTC](https://community.thunkable.com/t/in-app-billing-for-thunkable-x/48991/8 "2024-11-08T11:54:50Z")

</div>


