Skip to content
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

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

Open
cpg opened this issue Dec 23, 2017 · 2 comments
Open

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

cpg opened this issue Dec 23, 2017 · 2 comments

Comments

@cpg
Copy link
Contributor

cpg commented Dec 23, 2017

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
Copy link
Contributor Author

cpg commented Dec 25, 2017

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

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

@gliechtenstein
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants