nativescript-local-notifications icon indicating copy to clipboard operation
nativescript-local-notifications copied to clipboard

:mailbox: NativeScript plugin to easily schedule local notifications

Results 56 nativescript-local-notifications issues
Sort by recently updated
recently updated
newest added

When i use the notifications schedule like in the example i get the error: -'Error in LocalNotifications.schedule: TypeError: Cannot read property \'Builder\' of undefined' - 'doSchedule error: TypeError: Cannot read...

Hello All, I'm using nativescript-vue. I used firebase plugin for push notifications and on onMessageReceivedCallback I called local push notifications plugin function to add image. Everything is fine if app...

Error description (IDEDistribution.standard.log): ``` appmedical.app/Frameworks/TNSWidgets.framework/TNSWidgets arm64 -> 2019-05-10 13:38:35 +0000 error: Failed to verify bitcode in LocalNotificationsPlugin.framework/LocalNotificationsPlugin: error: Bundle only contains bitcode-marker /var/folders/4d/zcq9x1910f9_7vk9_v8q6xp8jqxkx7/T/IDEDistributionOptionThinning.Jj0/Payload/appmedical.app/Frameworks/LocalNotificationsPlugin.framework/LocalNotificationsPlugin (armv7) ``` and: ``` 2019-05-10 13:38:38 +0000...

When I delete the plugin everything back to normal In this case The other plugin is mine https://github.com/dudipsh/nativescript-ngx-date-range Any idea what makes this issue? The error: ```text dudis-MacBook-Pro:timetablePlus dudipartush$ tns...

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.`

Currently, we can only specify app behavior after the user clicks on the notification. It would be more flexible if we can specify a certain behavior after a notification is...

enhancement
help wanted

Hi, Problem:- When we set some custom audio sound file to "nativescript-local-notifications", we are not getting local notification sound. If we didnt set any custom audio sound file, we are...

The readme says that, for iOS, you can get a custom sound by placing the sound file in App_Resources/iOS. I have done so, but have not been able to have...

It worked before, but now when I try button # 2 in the app, which uses the remote image file `"https://images-na.ssl-images-amazon.com/images/I/61mx-VbrS0L.jpg"`, the app freezes. I've uninstalled it and commented out...