nativescript-local-notifications
nativescript-local-notifications copied to clipboard
LocalNotifications not working after upgrading to newest xcode version
After upgrading to the newest xcode version (10.1) the local-notifications is throwing the following error:
nativescript-local-notifications/local-notifications.js:385:14: Objective-C class name "UNUserNotificationCenterDelegateImpl" is already in use - using "UNUserNotificationCenterDelegateImpl1" instead.
Have you managed to solve this @rafaelcmrj ?
@guzz I think I fixed this by upgrading all plugins/modules to the latest version (nativescript included)
I am on latest version but this doesn't seem to be fixed.
I cannot see notifications on iOS
@ibnYusrat Have you set forceShowWhenInForeground parameter to true ?
Will you try interval?