Issues using Thunkable LIve? [Nov 2022]

My iOS app met this bug for 1 month, someone HELP me :frowning:
I can’t update my iOS app and use my app in Thunkable Live!

It’s never fun seeing an app crash but… we have no information to be able to help you. Screenshots of blocks? A link to your project? A description of what is happening right before the crash?

1 Like

Hi, this is my project:
https://x.thunkable.com/projects/6133719380cb6100104b6d18/4f99b7f3-c9e5-4bbb-bc8a-ef88fcc4a3ea

Description:

  1. When testing the app on Thunkable Live test (iOS device), it crashes
  2. When publishing the app on Appstore, it crashes in Testflight
    Please help me, all my projects are in the same problem!

Hmm, I can’t open the project. I just get a white screen when I click the link:

Please try again
https://x.thunkable.com/projects/6133719380cb6100104b6d18/4f99b7f3-c9e5-4bbb-bc8a-ef88fcc4a3ea/designer
https://x.thunkable.com/projects/62f4a93dbfb6860225ee186b/e4b3278e-8294-48de-b46d-dc2e8ff6ea73/designer

Can you use the Share button to generate a link instead of copying the url from the Design tab?

This is link when I use share button:
https://x.thunkable.com/copy/316585ae3f0237799085094632be35f0

This is another project:
https://x.thunkable.com/copy/0ab5fddd8a444ff3943c73cc5e0591e7
I want to notice again that all my projects met the same problem! Thanks.

Did you already know it was crashing when trying to load an interstitial ad? It’s helpful to provide that kind of information.

I think you’re causing the crash because you’re creating an infinite loop by calling a function from within a function. And since there’s no wait blocks, it just uses up all memory and crashes. If there’s an error, you shouldn’t try to show the ad again. There’s a reason for the error and you need to figure out why that’s happening and/or have a backup plan in case it doesn’t work.

2 Likes

Thanks so much, after I added the wait function, my app worked well. ^^

1 Like