i updated my app today and it was great (fully functioning) until few hours ago.
and now, whenever i launched it, it stuck on first screen.
and it stoped when i designed (not any single code running)
actually when it starts, i change label one of my loading messages but it isnt working now.
and what i really dont understand is, all of my past versions having same problem.
every version and even thunkable live has same symptom
what should i do??
FYI, apple and google permited this app like few hours ago.
Please check the troubleshooting docs and are you using any thing like a drawer navigator or top tab navigator or a bottom tab navigator etc… if yes, make sure you have kept the components inside the navigator
i already went through droped away my five months working project becuz it turned out, i used so many codes so if i insert one line more then thunkable doesn’t save. so i made it like 99% but i can’t add any single code so i droped it (becuz it was too hard to reducing codes and if i did but oviously i need more in the future) it was so terrible experience becuz i made it day and night so hard.
please thunkable team dont do this to me… seriously…
Can you share a screenshot of the blocks you are using @saramdl.gaunde021?
That doesn’t sound right - are you trying to connect to an API somewhere that is having issues?
Thanks - will take a look there now too
Are you doing any error handling here? If there’s an error when your app opens that can cause the crash.
Also noticing that you have two functions with empty sockets - you’re missing the starting values for _tempList, _randomNumber, _lon, and _lat - this seems like a very likely source of errors.
This sounds like completely separate - and serious - issue. How many blocks do you have in your project in total?
oh i never thought about that. so you think it is not possible that if thunkable team changed something, but it never affect apk files (or iOS too) already published right?
functions have no problem. it is intended to. just temporary variables only birth and terminate in those functions. but i think may API you mentioned cause problem. i used many of it.
actually we talked about this before, i dont think i express accurately but.
i counted now and there are 15 screens and total 27,577 codes its crazy right?
at most almost 5 thousand codes in a screen. obviously becuz im not a good programmer but second of all there were same function since we cannot use function globally here (i know there is someway using timer but sometimes it has some limit so)
like this structure, i used navigator in navigator.
still there is error i couldn’t find yet, beside it, when i nagivate a screen in navigator then it stops.
so i moved screen outside nagigator, then it works.
i don’t know why this happen but @v.krishna mentioned there is navigator issue, so i tried and that was right. @domhnallohanlon