iphone - phonegap ios: push notification freezes when user selected "Don't Allow" for the permission request box -
i have followed example install push notification plugin ios phonegap app. when open app, push notification permission request box shown. works when select "ok". when select "don't allow", app freezes , console log shown "attempting badge application icon haven't received permission user badge application".
please help...thank you.
on file .../your_project/platforms/ios/your_project/your_project-info.plist
put these lines obeying tags
<key>uibackgroundmodes</key> <array> <string>remote-notification</string> </array>