# Can I publish an App created with Thunkable on Dell computer to the App Store

**URL:** https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539
**Category:** Publishing
**Created:** [February 1, 2023, 12:50am UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539 "2023-02-01T00:50:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![dariancash72](https://avatars.discourse-cdn.com/v4/letter/d/7ea924/32.png) [@dariancash72](https://community.thunkable.com/u/dariancash72)
#### Post date: [February 1, 2023, 12:50am UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539/1 "2023-02-01T00:50:21Z")

</div>

Folks, I created an App with Thunkable on Dell Laptop to publish it to the App Store. Do I have to have an Apple computer or it doesn’t really matter? Thanks a million

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 1, 2023, 3:47am UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539/2 "2023-02-01T03:47:23Z")

</div>

I believe your question is answered here: [Publish to App Store (iOS) - Thunkable Docs](https://docs.thunkable.com/publish-to-app-store-ios)

---

<div class="post-metadata">

### Author: ![dariancash72](https://avatars.discourse-cdn.com/v4/letter/d/7ea924/32.png) [@dariancash72](https://community.thunkable.com/u/dariancash72)
#### Post date: [February 8, 2023, 2:08am UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539/3 "2023-02-08T02:08:30Z")

</div>

thank you so much Tatiang! It is a very straightforward step by step description. I have yet another question for you. There’s a demo video on youtube about BrewBase thunkable project which is supposed to be made in web database mode with a JSON file url attached to it. Can I just attach JSON file as a file rather than url? On the image below it is shown as a link attached to the block, can it just be a file and what block should I use for it? THANK YOU  
[![](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/8/18a67be76452da02a2df7979072edbedb9986737.png) ](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/8/18a67be76452da02a2df7979072edbedb9986737.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 8, 2023, 3:00am UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539/4 "2023-02-08T03:00:22Z")

</div>

It’s best to start a new topic for a new issue but I’ll go ahead and answer here.

You can use a JSON string (text) or a url. If you use a JSON string, you don’t need to do an API call at all. You just convert the JSON string to an object and then use the `get property of object` blocks.

APIs are web-based services so you use a url to access them. I made a tutorial that explains it, especially the video: [API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575).

---

<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, 1:37pm UTC](https://community.thunkable.com/t/can-i-publish-an-app-created-with-thunkable-on-dell-computer-to-the-app-store/2251539/5 "2024-11-08T13:37:08Z")

</div>


