-
Notifications
You must be signed in to change notification settings - Fork 392
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
fix: Prevent freeze on launch/activate of a missing app #706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, it worked on a real device as well
When i gave not installed bundle id:
I haven't reproduced the timeout thing, which actually could happen occasionally even the app is already installed. This implementation maybe can cover such case as well. |
## [5.1.4](v5.1.3...v5.1.4) (2023-05-16) ### Bug Fixes * Prevent freeze on launch/activate of a missing app ([#706](#706)) ([c4976e3](c4976e3))
🎉 This PR is included in version 5.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This is another approach to workaround #702 after the previous one has miserably failed due to real device security restrictions.