Prompt to allow push notifications to appear when the app starts
Actual Behaviour
No prompt.
The prompt appears if I use plugin version 2.2.3, but that version does not receive push notifications on iOS 13. So in order to receive push notifications on iOS 13 from clean install I have to:
Install a build which uses plugin version 2.2.3
Open the app and allow push notifications
Build a new app with plugin version 2.3.0
Install the update and open the app. I can now receive notifications.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Use plugin version 2.3.0 from clean install (I have added capabilities for push notifications and background tasks, and setup certificates etc.)
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 13.1.3
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Expected Behaviour
Prompt to allow push notifications to appear when the app starts
Actual Behaviour
No prompt.
The prompt appears if I use plugin version 2.2.3, but that version does not receive push notifications on iOS 13. So in order to receive push notifications on iOS 13 from clean install I have to:
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Use plugin version 2.3.0 from clean install (I have added capabilities for push notifications and background tasks, and setup certificates etc.)
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 13.1.3
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
N/A
Cordova CLI version and cordova platform version
Plugin version
Sample Push Data Payload
Sample Code that illustrates the problem
Logs taken while reproducing problem