Most voted "local-notification" questions
5 questions
Sort by count of
-
5
votes1
answer899
viewsReact Native - Schedule Local Notifications
I’m using the library React Native Push Notifications to schedule notifications, but I’m facing a problem I don’t know if it’s possible to resolve with this lib. I have to schedule a notification…
javascript react-native push-notification local-notificationasked 5 years, 6 months ago Vynstus 462 -
2
votes1
answer174
viewsHow do I open a Viewcontroller via Local Notification?
I have an application that sends notifications to the user from time to time, but how do I open a View without being the main View, when the user clicks on the notification? Example, Whatsapp…
-
1
votes1
answer143
viewsIs it possible to run a Switch when the App is not running?
The App would have to communicate to the user, that there was change of a value in the server, but without use of Push Notification. So I thought I’d add a Logger to iOS, and that by detecting the…
ios swift listener background-services local-notificationasked 9 years, 5 months ago Tiago Amaral 1,520 -
1
votes1
answer153
viewsLocal notification smallIcon does not show IONIC
I need to change the smallIcon of my local notification, but I already set the location in my Resources but it still doesn’t appear. I tried something like: this.localNotifications.schedule({ id:…
-
1
votes1
answer15
viewsMobile vibrating in silent mode even with the Vibrate : null property using the local notification plugin in Ionic
I want my app to show a progress bar when I start a download or upload. For this I am using fileTransfer plugins, local Notifications. The progress value is given according to the change of a…