phonegap / phonegap-plugin-push

Register and receive push notifications
MIT License
1.94k stars 1.91k forks source link

IOS. Does not show 'Allow / Deny' notification dialog and not receiving push notification #2923

Open cmpy91 opened 4 years ago

cmpy91 commented 4 years ago

Expected Behaviour

Actual Behaviour

Google-services.plist copied in wrong folder Push Notification capabilities activated APS Environment not setted to development The first time the application is installed it does not show the notification dialog Using FCM Notification and get FCM token correctly

Reproduce Scenario (including but not limited to)

Steps to Reproduce

cordova platform add ios cordova build ios --release Open xcode.workspace

Platform and Version (eg. Android 5.0 or iOS 9.2.1)

Xcode 11.3

(Android) What device vendor (e.g. Samsung, HTC, Sony...)

iphone 6s ios 13.2.3

Cordova CLI version and cordova platform version

cordova --version       9.0.0
cordova platform version ios      5.1.1

Plugin version

phonegap-plugin-push 2.3.0

Sample Push Data Payload

Sample Code that illustrates the problem

Logs taken while reproducing problem