Socket
Socket
Sign inDemoInstall

cordova-plugin-queries-schemes

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-plugin-queries-schemes

Cordova / PhoneGap Plugin to work arround Apple's iOS9 requirement that URL Schemes be declared and submitted to Apple (via Info.plist file).


Version published
Weekly downloads
58
decreased by-30.12%
Maintainers
1
Install size
4.10 kB
Created
Weekly downloads
 

Readme

Source

App Queries Schemes Plugin for Apache Cordova npm version

Cordova / PhoneGap Plugin to work arround Apple's iOS9 requirement that URL Schemes be declared and submitted to Apple (via Info.plist file).

In short, this plugin just whitelists the Url Scheme of the most popular apps on iOS so they will open when linked to. This is a work around. You should probably not use this plugin and instead explicitly call out any apps your app might link to. In the event that you don't know what might be linked to, this plugin should be of some use!

Install

Latest published version on npm (with Cordova CLI >= 5.0.0)
cordova plugin add cordova-plugin-queries-schemes
Latest version from GitHub
cordova plugin add https://github.com/rjhilgefort/cordova-plugin-queries-schemes.git

Usage

You can add any schemes necessary by just adding another entry in the list (in plugin.xml).

<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
    <array>
        ...
        <string>yourfavoriteapp</string>
        ...
    </array>
</config-file>

Contributing

If you feel that I've left out an important app, please modify the plugin.xml and send me a pull request along with why you think it should be added.

Platforms

Applies to iOS (9+) only.

License

MIT License

Keywords

FAQs

Last updated on 08 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc