EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

LocalNotifications not working after upgrading to newest xcode version #144

Open rafaelcmrj opened 5 years ago

rafaelcmrj commented 5 years ago

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.

guzz commented 5 years ago

Have you managed to solve this @rafaelcmrj ?

rafaelcmrj commented 5 years ago

@guzz I think I fixed this by upgrading all plugins/modules to the latest version (nativescript included)

ibnYusrat commented 5 years ago

I am on latest version but this doesn't seem to be fixed.

ibnYusrat commented 5 years ago

I cannot see notifications on iOS

valera1401 commented 5 years ago

@ibnYusrat Have you set forceShowWhenInForeground parameter to true ?

Punchi00 commented 4 years ago

Will you try interval?