We are planning to roll out a bug fix release. It improves the app variable and prevents app opening twice. You can access the upcoming release below -
Please make sure your apps with app variables still work as expected at the instance above.
Dear Wei, can you please tell me, will there ever be a change in a way that stored and cloud variables are being defined?
I’m really missing a hook to define them as objects or arrays. Right now I have the app where I keep a lot of fader states in an object, and there’s no way to store it locally. I really expected it to be covered, but no.
Any ideas, maybe I’m wrong?
Thank you so much for this great work. The variables seem work fine for me.
However, the twice opening seems fine on “Thunkable live” but I can still face the issue on downloaded iOS and Android apps. Could you please confirm?
I’ve run into a bit of a problem with the open and start events and how they manipulate a screen level variable.I understand that concurrent events can simultaneously update variables. But I thought it was interesting that after a FROM …TO loop, both loops incremented the counter. I also find it odd that the counter (MyLoop) was incremented PAST the last value. It would seem like it should stop BEFORE incrementing. Is seems like “under-the-hood” that the check is after the increment, where I would expect is would be before. This leads to the counter reaching 12 instead of the expected 10.
I’m not sure if this is related to the “improved” app variables.