Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.27k stars 352 forks source link

when the app is opened with a custom url string, it crashes #317

Open cpg opened 6 years ago

cpg commented 6 years ago

If the app is already open, it works fine. If the app is not open, it crashes.

Because the crash requires the app to not be open, I cannot see the crash in the debugger.

i.e. if an app (mail) opens appname://href?url=xyz and my app is already open and has requested the appname schema, it will go to xyz just fine. However, if the app is not open, it will be launched and then it immediately crashes.

cpg commented 6 years ago

Not sure if this helps, since there do not seem to be symbols

screen shot 2017-12-25 at 1 47 41 pm

gliechtenstein commented 6 years ago

I have tested and can't observe this behavior as of today. Can you check if this still happens?

In terms of the crash report, the stack trace doesn't really help. What does help is the device log which you can get by:

  1. Opening the Window > Devices and Simulators menu from XCode
  2. And copying the realtime logs up to the point till the crash happened.