Hello everyone!
I cannot understand why but it doesnt show the pop up of a local notification on iOS (emulator and iPHone real 11), using Ionic 5 and "@ionic-native/local-notifications": "^5.29.0",
How to fix it? Thank you
Regards
I dig a little bit more and cannot understand why after uninstalled and installed the local notification plugin, I am getting this on Safari’s console:
[Warning] Install the LocalNotifications plugin: 'ionic cordova plugin add cordova-plugin-local-notification' (vendor.js, line 198987)
[Warning] Native: tried calling LocalNotifications.requestPermission, but the LocalNotifications plugin is not installed. (vendor.js, line 198981)
[Warning] Install the LocalNotifications plugin: 'ionic cordova plugin add cordova-plugin-local-notification' (vendor.js, line 198987)```
How to solve it? Thank you