Questions tagged [localnotification]

A Cordova/PhoneGap plugin to create local notifications on iOS devices using hybrid apps

A Cordova/PhoneGap 3.0.0+ plugin to create local notifications on iOS, originally by Olivier Lesnicki. This may be used to schedule notifications or other functions that trigger at some point in the future.

More info at https://github.com/hiattp/Phonegap-LocalNotification

626 questions
38
votes
6 answers

Set default iOS local notification style for application

Starting with iOS 5, there are two notification styles: banner and alert (the "old" style). A user can set which style to use for each application in the settings. However, the default now seems to be that notifications are displayed banner…
DarkDust
  • 90,870
  • 19
  • 190
  • 224
32
votes
8 answers

Check if Local Notifications are enabled in IOS 8

I've looked all over the internet for how to create local notifications with IOS 8. I found many articles, but none explained how to determine if the user has set "alerts" on or off. Could someone please help me!!! I would prefer to use Objective C…
Jacob Richman
  • 471
  • 1
  • 5
  • 8
26
votes
8 answers

How to set Local Notification repeat interval to custom time interval?

I am making an iPhone app, which has a requirement of Local Notifications. In local notifications there is repeatInterval property where we can put the unit repeat intervals for mintute, hour, day,week,year, etc. I want that repeat interval should…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
21
votes
2 answers

Flutter local notification body not showing all notification text (flutter_local_notifications package)

I used flutter_local_notifications: ^0.7.1+3 in my Flutter app to push schedule notifications. All is well in this but the problem in my notification body is that it shows just one line of text, and I can't expand or stretch notification to show all…
mohmdezeldeen
  • 396
  • 1
  • 3
  • 11
18
votes
4 answers

Is it possible to send SILENT LOCAL notification on iOS

My app wakes up from suspended mode on silent remote notification from a server, exactly as I want. This server sends a push notification with "content-available:1", which does the job. Now I want to do this without the help of a server and so I…
17
votes
1 answer

iOS UILocalNotification - No delegate methods triggered when app is running in background and the icon is clicked upon notification

iPhone version - 5.1 (9B176) Below is the series of events during Local Notification where in which didFinishLaunchingWithOptions method is not invoked. App is running in background. Got local notification - simple notification no dialog. Click on…
16
votes
1 answer

Flutter: How Can I Add buttons to Local Notification

i've been able to show Local Notification but is there any option to show buttons below the notification? (See "Snooze" & "Dismiss" button in the attached picture).
Tayo.dev
  • 1,546
  • 3
  • 21
  • 31
16
votes
2 answers

Which local notification plugin should I be using with phonegap build?

It appears that there are four different 3rd party plugins to accomplish local notifications listed within phonegap…
robb
  • 757
  • 1
  • 6
  • 8
13
votes
4 answers

Flutter Local Notification not working in background?

I am using flutter local notification to display schedule notification in my app. But unfortunately it is not working when app is in terminated state. Here is my code: class Notifications { static final FlutterLocalNotificationsPlugin _notifications…
Zilaid
  • 464
  • 6
  • 22
10
votes
2 answers

Local Notification using ios using swift

I'm new in swift, I don't know how to implement local notification I have tried some code but it's not exactly work, so Anyone can help to implement local Notification in iOS using swift?
Nipul Daki
  • 371
  • 1
  • 3
  • 17
10
votes
4 answers

UILocalNotification issue with iOS9

Since iOS9, local notification aren't working properly. Sometimes users receive the notification, sometimes they just don't. My notifications are repeated daily. Any idea what might causing the issue? I saw some posts, that there's a bug in iOS9,…
Lasti
  • 223
  • 3
  • 6
9
votes
2 answers

How schedule local notifications Android?

I have a question about local notifications in Android. I am developing an application where in the first part I must receive all meetings of the company of my own server (this I have achieved), and the second part I must notify one day before each…
Minixuru
  • 101
  • 1
  • 1
  • 3
8
votes
0 answers

Local Notification in Phonegap

I want to have a local notification in my iOS Phonegap app. I followed lots of tutorials and code but no help. Can anyone please guide me.
user790514
  • 137
  • 1
  • 2
  • 12
8
votes
2 answers

Scheduling different notifications on each day Flutter

I am a newbie on Flutter. I am developing an app with notifications where notifications will be shown in different parts of the day. For instance: (3:25 AM, 12:24 PM, 17:22 PM, 19:52 PM, 21:02 PM). These times will differ based on the day. Times…
Jasurbek
  • 2,946
  • 3
  • 20
  • 37
8
votes
4 answers

MissingPluginException(No implementation found for method show on channel dexterous.com/flutter/local_notifications)

I've try implement Firebase Cloud Messaging with Flutter, and i was success until i use 'Local Notification' plugin for show notification My notification work fine on foreground, but on background this show this…
EddyLee
  • 803
  • 2
  • 8
  • 26
1
2 3
41 42