-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes after 3-4 days since last build #93
Comments
This is very strange. It never happened to me before. |
Yes, same problem here with iOS 13.4.1 |
I recompiled the app two days ago, so I won't be able to let you know until the next days. It has appeared three times so far, whenever you didn't add any features for a few days that I wanted to try and therefore didn't recompile. |
For some reason, I'm not having this issue. The app never crashes on my phone. |
Hey, this issue seems to occur randomly for some users, a lot of those who encounter it seem to be on a variation of iOS 12 with some encountering an orange screen and loading indicator in the upper right. I have seen crashing at launch and after a few days as well. I have not been able to reproduce these issues either. Edit: Someone sent me this in regards to what they experience during the crash. |
Seeing a crash log helps a lot. Here is how you can see crash logs from your phone: Xcode > Window menu > Device and Simulators > Your iPhone > View Device Logs > Type "Corona" in the search field If you find a crash log, you can export it (Right-click > Export Log) and let me take a look to figure out what causes the crash. |
I can't confirm that. The app crashes again, but without displaying any UI elements. I'm on the iOS Public Beta, so you can't get more up to date than this. |
Here is one of the crash logs I was sent. |
Thank you for the log! The crash in this log is caused by a missing image (the share icon), but it doesn't make sense. |
That is very odd, that was my suggestion to them, to run the app without tweaks, it seems to be a a gamble on if it works on some jailbroken devices, very odd thank you for the info. Here is another log. |
The second log is basically the same. Theoretically, it's impossible for this crash to happen on a normal device. |
Gotcha, I just wanted to send that over to make sure they were consistent crashes, thanks for looking them over. I definitely feel like a tweak could be the cause of this issue. Thank you for the information. |
Hi, |
Not sure, but if it was a signing issue you wouldn't be able to run the app again after the crash until you fix the issue or resign the app. |
Had to reinstall it again at least 3 times. |
To be honest, I have no prior experience with MDM, but I guess it could very well be the case. When the profile is removed/corrupted, the app would close instantly after you open it (because the system isn't able to decrypt the app anymore) until you remove it and reinstall again. |
For some reason the app always crashes about 3-4 days after the build. Restarting the iPhone or exiting manually does not change this. This is now the case for several versions. Maybe it has something to do with memory management, the handling of the loaded data?
The text was updated successfully, but these errors were encountered: