# App created on thunkable working on 'live test' but not on the mobile thunkable live app

**URL:** https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854
**Category:** Questions about Thunkable X
**Created:** [August 28, 2020, 11:54am UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854 "2020-08-28T11:54:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![gkriti.1678n2l](https://avatars.discourse-cdn.com/v4/letter/g/f17d59/32.png) [@gkriti.1678n2l](https://community.thunkable.com/u/gkriti.1678n2l)
#### Post date: [August 28, 2020, 11:54am UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/1 "2020-08-28T11:54:52Z")

</div>

Hi,

I am a beginner at Thunkable and recently made a game - tic tac toe.  
This works fine when i’m testing it on the ‘live test’ option on Thunkable. But the same does not work when i test it on my mobile through thunkable live app.  
Any idea why is this happening?  
Any help to get me out of the mess will be appreciated! it’s really driving me nuts!!!

The app link-  
[https://x.thunkable.com/copy/525b51ee79a2b9b8990d76d8aae61227](https://x.thunkable.com/copy/525b51ee79a2b9b8990d76d8aae61227)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [August 28, 2020, 1:14pm UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/2 "2020-08-28T13:14:25Z")

</div>

Hi,

Your app works well on my Android 9. But you have so many repetitive blocks that the app is very slow!

I was too hasty with my answer. The app works in Android Live, but it has logical errors. This app needs to be simplified

---

<div class="post-metadata">

### Author: ![gkriti.1678n2l](https://avatars.discourse-cdn.com/v4/letter/g/f17d59/32.png) [@gkriti.1678n2l](https://community.thunkable.com/u/gkriti.1678n2l)
#### Post date: [August 31, 2020, 7:43pm UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/3 "2020-08-31T19:43:47Z")

</div>

Thankyou so much for the reply!!  
I really appreciate it!

Any ideas on how to simplify the code further?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [September 1, 2020, 6:22am UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/4 "2020-09-01T06:22:50Z")

</div>

To simplify it, you need to:

1. Automatically create a playing field
2. Use only one click handler for all buttons
3. Use a reliable algorithm to check the results of a move based on the list of winning combinations

You can think about this yourself (which will be very useful for developing your thinking) or see the basic example on the scrTicTacToe screen in the project [https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/](https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/)

---

<div class="post-metadata">

### Author: ![gkriti.1678n2l](https://avatars.discourse-cdn.com/v4/letter/g/f17d59/32.png) [@gkriti.1678n2l](https://community.thunkable.com/u/gkriti.1678n2l)
#### Post date: [September 1, 2020, 6:51am UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/5 "2020-09-01T06:51:44Z")

</div>

Thanku actech!

I’ll try it out 😃

---

<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, 12:24pm UTC](https://community.thunkable.com/t/app-created-on-thunkable-working-on-live-test-but-not-on-the-mobile-thunkable-live-app/775854/6 "2024-11-08T12:24:21Z")

</div>


