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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -