You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theappname
schema, it will go toxyz
just fine. However, if the app is not open, it will be launched and then it immediately crashes.The text was updated successfully, but these errors were encountered: