My iOS app met this bug for 1 month, someone HELP me
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?
Hi, this is my project:
https://x.thunkable.com/projects/6133719380cb6100104b6d18/4f99b7f3-c9e5-4bbb-bc8a-ef88fcc4a3ea
Description:
- When testing the app on Thunkable Live test (iOS device), it crashes
- When publishing the app on Appstore, it crashes in Testflight
Please help me, all my projects are in the same problem!
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
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.
Thanks so much, after I added the wait function, my app worked well. ^^