Skip to content

Cydia URL Scheme Checking - LSApplicationQueriesSchemes #2

@nwelchbauer-disney

Description

@nwelchbauer-disney

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions