cordova - navigator.notification.confirm does not work on iphone for Phonegap -


i created android app phonegap calls navigator.notification.confirm. works fine android. however, when bring on mac , build in xcode don't pop notification. web searching have done see reference cordova.plist and/or phonegap.plist. not find either of files in project. have .plist. attempted add:

<key>notification</key> <string>cdvnotification</string> 

to project plist not help.

what missing?

in xcode cordova.plist replaced config.xml , there have define plugin key , value


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -