Jasonette / Jasonette/JASONETTE-iOS
when the app is opened with a custom url string, it crashes
- Dominant language
- JavaScript
- Stars
- 5.2k
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by reproducing a cold launch with an appname://href?url=xyz URL and trace the app's URL-handling path during startup. Done means the app launches without crashing and routes the request to xyz, while preserving the existing behavior when already open.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100