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
0
votes
3 answers

How to set LocalNotification repeat each two minutes?

I'm using LocalNotication to set schedule Alarm. atribute repeatInterval allow me to set repeat each minute, each hour.. But I want to set repeat each two minutes? How can i do?
Hung Dang
  • 105
  • 1
  • 6
0
votes
0 answers

Opening especifique layout from local notification in IOS with Titanium

I'm showing som notifications that are created inside of a service. But when I click on the notification I wold like to open an specific layout. How can I due that? This is my notification: var curNotif = Ti.App.iOS.scheduleLocalNotification({ …
Manuel_Rodrigues
  • 560
  • 2
  • 18
0
votes
1 answer

disable on settings ios local notifications programmatically titanium studio

Is ti some how possible to disable IOS notifications from inside my app? I need this because my app has some settings with on/off of notifications, and when the user turns notifications off I wold like to change the phone settings of my app to set…
0
votes
1 answer

Segmented control: controlling repeat interval

I can't figure out how to let the user choose the repeat interval of a local notification. I have linked to two images where the problems are described in details. This is the image of the file where I need to insert the choose from the segmented…
0
votes
1 answer

Repeating Local Notifications every Week with Swift

I have an app using local notifications there is a total of 64 notifications, which is the limit of local notifications. I need to repeat each notification every week. I know that to set the repeat interval you use: alarm.repeatInterval =…
Loanb222
  • 841
  • 1
  • 11
  • 29
0
votes
2 answers

iOS create local notification when app exit with 10 days

I am create a local notification with 10 days and at 15:30 when app exit. Here is a code: NSCalendar *calendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; NSDate *now = [NSDate date]; float day = 10; NSDate…
ZNApps
  • 55
  • 2
  • 8
0
votes
1 answer

TextField as variable on app launch sticked into LocalNotification

On second time I tap button I do not have value anymore. How to Load variable on every app load. The variable I am talking about is changing since it is always textField.text! and it is user input. I use it when user taps LocalNotification action,…
Tarvo Mäesepp
  • 4,477
  • 3
  • 44
  • 92
0
votes
1 answer

Google FCM ios-quickstart error on click local notification - unrecognized selector sent to instance

After push message from Google Firebase Console, The push message notification show on top of iPhone device and then I click the message and Xcode throws exception as below: [UIConcreteLocalNotification setAlertTitle:]: unrecognized selector sent…
0
votes
0 answers

Phonegap Local notification in android and ios

i have develop application in phone gap.How to integrate local notification in android and iphone using phone gap.
0
votes
1 answer

Local notification is pushed but app doesn't open

I already finish the implementation of local notification in my app. When the phone is in standby (black screen but not closed), i see the local notification displays, i could swipe and i have two buttons ( Accept & Decline ). The problem : When i…
user2971617
  • 63
  • 1
  • 9
0
votes
1 answer

How do i set local notification for a particular time?

I am using this solution in my app and managed to get the basic local notifications working on app start. Currently I'm trying to schedule a local notification after 5 seconds using this function from katzer scheduling. However, the function don't…
0
votes
1 answer

how to handle interactive notification when no action is performed and user taps on notification?

I am working on interactive notifications. I want user to perform atleast one action when notification get fired. but If in case user does not perform any action and directly tap on notification then app get launched. I want to handle this like…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34
0
votes
0 answers

iPhone app crash while scheduling for local notification

I am scheduling for local notifications using code given below. I published app and it is consistantly crahsing on few user's iPhone(10% of total users) while scheduling for local notifications( Figured out using xCode crash report). let now =…
Ali Jawad
  • 151
  • 1
  • 13
0
votes
0 answers

Cordova local notification play sound don't working on IOS

I using cordova local notification for alarm play sound. var sound = '../Library/NoCloud/CryOnMyShoulder.wav'; cordova.plugins.notification.local.schedule({ id: 1, title: 'Scheduled with delay', …
0
votes
1 answer

Iphone Multiple localnotification

I face a very weird experience, when i receive multiple notification and then didn't response to it immediately. After a while, i pressed the view button and it open my application and show black screen. BTW, the application is running at background…
Water7
  • 495
  • 1
  • 4
  • 9