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

Cydia URL Scheme Checking - LSApplicationQueriesSchemes #2

Open
nwelchbauer-disney opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@nwelchbauer-disney
Copy link

This code uses UIApplication.shared.canOpenURL to see if there's an app to handle cydia://, the popular Jailbroken package manager app.

Since iOS 9, apps must include any non-system URL scheme they will test with canOpenURL in the LSApplicationQueriesSchemes ("Queried URL Schemes") field in their Info.plist. Without this, the checking of canOpenURL cydia:// will always return false.

Screenshot 2024-06-17 at 11 37 01 AM
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

1 participant