##UIApplicationShortcutItem Plugin
This plugin adds cordova iOS support to handle iOS9 3d Touch icon shortcuts.
Add the plugin
cordova plugin add https://github.com/daviddulak/phonegap-plugin-uiapplicationshortcut.git
Configure Shortcuts
edit cordova/plugins/ios.json
to your desired shortcuts
Check for the Occurance
window.plugins.shortcut.check(function(e){ if (e === 'com.string') { console.log('Success'); } });