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
1 answer

How to calculate and display 4 other days from the day i add in date picker and set local notification to it?

In my App, When i select a day in the datepicker it should automatically calculate and display 4 other days and also it should notify on the corresponding days. For Eg. if i enter 19-08-2014, it should calculate and display the 3rd day, the 7th day,…
Yasser
  • 11
0
votes
1 answer

IOS : Push notification on user defined time duration

My app should get push notification on user defined time duration (like on each Monday 11 AM). So for that App have to check for new updates on server (on background) on user defined date and time, App might not be running at this time, but it still…
0
votes
2 answers

LocalNotification badge shows wrong Number in iOS7

I have built a test-application for local notifications. it looks like this UILocalNotification* localNotification = [[UILocalNotification alloc] init]; localNotification.fireDate = [NSDate dateWithTimeIntervalSinceNow:10]; …
user1895268
  • 1,559
  • 3
  • 11
  • 23
0
votes
1 answer

Get active local notification alert type or local notification alertview button click event in ios

I am trying to get active local notification alert style for app in settings. I got following code to get it but it's not working for local notification. UIRemoteNotificationType types = [[UIApplication sharedApplication]…
0
votes
1 answer

Push notifications vs Local notifications vs phone calls vs Do not disturb

Is there any way for my app to detect if I got a push notification vs a local notification vs a phone call vs do not disturb phone call (the phone call is just silent when do not disturb is on). Is there any method the app calls depending on which…
user3281743
  • 295
  • 1
  • 11
0
votes
1 answer

Give option to user for Notifications from the app

I have implemented Local Notification in my app. The app will remind the user every day about something. I want to give user the option to switch off local notification from settings. How can that be done?
shubhsin
  • 247
  • 2
  • 3
  • 12
0
votes
0 answers

phonegap local notification from dreawmweaver html5

Can someone help me with phonegap local notification, I'm trying to implement this with my phonegap htlm5 app and i can't find any examples or tutorials for it? and how to install the plugin in config.xml file as well. Thank you
0
votes
1 answer

Using katzer local notification in IBM Worklight

I want to use this cordova plugin at https://github.com/katzer/cordova-plugin-local-notifications How to go about integrating this plugin with my existing IBM Worklight project? I have trying various methods to integrate it without any result. I…
0
votes
2 answers

Local notification on cordova 3.5.0 aren't working?

I used to add the https://github.com/katzer/cordova-plugin-local-notifications plugin in order to get local notification on my apps, but since the version 3.5.0 the plugin is not loaded anymore by cordova... The plugin seems correctly added, since I…
Guillaume
  • 59
  • 6
0
votes
1 answer

Local Notification To Load a View

I have an app that using local notifications, I want to have the app load a different page when a notification is recived. I also want it to load this new view when the slide to unlock over the notification is used. My storyboards do not have a…
0
votes
1 answer

phonegap/cordova local notification plugin how i display notification in a specific date and time?

I am working in sencha touch and now I want to use the local notification in my project so I used this plugin for the local notification. https://github.com/katzer/cordova-plugin-local-notifications the problem that I face is just that I can't…
0
votes
1 answer

How to take back local notification after being displayed?

Set the scene: Its 7:55 AM. Sets local notification for 8:01 AM. Pops up on lock screen at 8:01 AM. User ignores it. Would it be possible to take back that notification at lets say 8:07? In Knock, the app that lets you unlock your macbook with a…
Justin
  • 717
  • 1
  • 9
  • 15
0
votes
1 answer

timezone to date in beirut lebanon

I have a date from date picker in ios, I get the date and the time and I convert this to string and saved in localStorage. Then, I get this string date and convert it to NSDate and use it in my notification. But my problem is that the notification…
0
votes
1 answer

Local Notification timer reset

I have problem with timer reset. How to rest the timer to start counting for notification, which means 200 second delay before the last button pressed? - (IBAction)buttonPressed:(id)sender { UILocalNotification *localNotification =…
0
votes
2 answers

Xcode Show Specific View After Local Notification

My app sends local notifications and in each one there is an ID. Once the user click on one of the notifications It should appear a specific View which should have received notification ID. Ex. The notification with ID 23 appears, the user click on…
prelite
  • 1,073
  • 2
  • 9
  • 20