Local notifications and push notifications are both ways for an iOS application that isn’t running in the foreground to let its users know it has something for them.

learn more… | top users | synonyms

0
votes
1answer
25 views

UILocalNotification handle when opened via App icon?

I'm working with UILocalNotifications for the first time. Mostly working with repeating notifications. Most all makes sense, except one thing. Apple Documentation states several cases for handling ...
0
votes
2answers
16 views

Setting up view based on local notification

I'm writing an app that let's the user know when they have a new tip waiting at the same time everyday. I've been able to schedule the notification and write the code for it to fire if the app is ...
0
votes
1answer
30 views

Calling UILocalNotification from Main.m

I'm not sure if this is possible but I'm trying to fire a UILocalNotification from a function running on Main.m. So far I tried a couple of different ways but I'm a bit confused on who must present ...
1
vote
4answers
48 views

Do something when local notification arrives or exceed the number of total notifications that can be used

So, I have an exercise app where we have 10/15 Second repetitive timers through which we show the progress done by the User. For making it work on background as well, I have used local notifications. ...
0
votes
0answers
18 views

How to edit local notification between launches

Suppose i'm scheduling a local notification A, then user close the app and relaunch it. Is it possible to greb notification A again and edit it? I tried searching the scheduledLocalNotifications of ...
0
votes
2answers
27 views

app awaked (Active) by UILocalNotification

I am prompting user with a UILocalNotification. When he launch my app from notification my app becomes active if it is in background. How can i know that the app was awaked (Active) from the ...
0
votes
0answers
28 views

UILocalNotification shows UNDEFINED! message

I am using UILocalNotification for local notifications. Everything works perfect. But some times it shows strange message UNDEFINED!. It happens in all my applications that uses local notifications. ...
1
vote
0answers
9 views

UILocalNotification fires multiple times

An alarm application: In my app,I set two alarms, the alarms have the same time and name, and add them to the local notifications ,when I click the iPhone's home button, the log print two ...
0
votes
1answer
42 views

Can I automatically launch my application without user tapping local Notification in iOS? [closed]

I want to be able to launch the app when a timer, which the user sets, goes to zero. Will this keep my app from being accepted in the the app store? Example: The user sets a timer and exits the ...
0
votes
0answers
16 views

UILocalNotification firing for multiple apps

I have 3 apps that I develop and all 3 have different app Ids. I have all 3 of them installed on my device (1 via Xcode, 1 via TestFlight and 1 from the app store). I am developing a new feature using ...
0
votes
1answer
11 views

Local push notification last day of month

I want to send local push notification last day of every month 12.00. I want someone to check if this is the right code since I don't wanna wait a month to see if it works? Thnx! NSDate ...
0
votes
1answer
23 views

Multi UILocalNotification

hello i have problem with UILocalNotification. i am taking notification from a server an i store the Json Array in a Mutable array. Like : idnoty * id of notification titlenoty * title of ...
-3
votes
5answers
72 views

What is the difference between UILocalnotification and delegates? [closed]

I have an application in which i want to get notified whether the method is called or not from other class. So, i am a bit confused whether to use UILocalnotification or create a delegate method using ...
0
votes
1answer
42 views

Determining if a UILocalNotification was fired from scheduling or user interaction

I'm trying to determine different scenarios of UIApplication didReceiveLocalNotification:. If a user clicks the notification the while app is inactive, I should bring them to the corresponding UI ...
0
votes
0answers
9 views

Link specific view controller to local notification

I have some local notifications set up. They are set to fire at certain dates. How would I go about setting them up so that when they are executed, and the app is opened by clicking on them, that ...
0
votes
0answers
21 views

UILocalNotification UIAlertView? [iOS]

I want a UILocalNotification with a UIAlertView and a BulletinBoard notification. How would I go about doing both? I want to do both because I want 2 buttons on the UI AlertView to ignore or remind ...
0
votes
0answers
7 views

UILocalnotification and custom audio streaming

I'm trying to trigger an audio stream when a UILocalnotification is received. From what I understand, when a notification is received, this method: - (void) application:(UIApplication *)application ...
0
votes
2answers
144 views

UILocalnotification firing even after notification is cancelled

The notification is firing even after it is cancelled. I tried checking cancelling method it turned out to be correct. When I cancel a notification, the notification is again fired the next day - ...
0
votes
1answer
32 views

ios local notification check before fire

I am trying to run some function every n-minutes when app is not running. I thing local notification is suitable for that, but I have one problem. If I set local notification as : ...
0
votes
3answers
21 views

Is there a way to make an NSthread run even when the app is in background?

I have an NSThread that checks for new data on the internet. Is it possible to run this thread even when the app is in background by the user in order to check if new data arrived and then show a ...
0
votes
1answer
41 views

detect unacknowledged UILocalNotifications

It seems that didFinishLaunchingWithOptions:(NSDictionary *)launchOptions and didReceiveLocalNotification:(UILocalNotification *)notification are only triggered if the user acknowledges the ...
1
vote
1answer
67 views

How to increment/decrement application.badge number for UILocalnotification

I have UILocalnotification when multiple notification is fired i want application badge number to get increment and when notification is seen i want application badge number to decrease depending upon ...
0
votes
1answer
70 views

UILocalNotification not being fired on right time

I am using UILocalNotification but it is not firing on time rather it notifies me 8-10 min after the specified time. Here is the code i am using UILocalNotification *localNotif = ...
0
votes
2answers
51 views

Is NSNotificationCenter necessary to cancel UILocalnotficiation?

I want to cancel a UILocalnotification , when i cancel notification still the notification is being fired . I wanted to know do i have to call any delegate method in appdelegate to cancel notification ...
1
vote
0answers
53 views

Show data in Local Notification stored in plist file

How i can show data stored in plist file on local notifications?? how to create local notification in ios reads data from plist file? I use below code to display data in alert view, but how I can ...
2
votes
2answers
164 views

Is it possible to have a Conditioned `firedate` for UILocalNotification?

I'm trying to have a conditioned firedate time for my local notifications, however when I tried these two ways it didn't fail but it still didn't work. So, I was wondering if I'm able to do such a ...
1
vote
1answer
81 views

Steps to cancel UILocalnotification in objective C

I want to cancel UILocalnotification. I have created a method called cancelNotification where i am cancelling the notification. However still i am receiving notification even after cancelling I heard ...
-1
votes
1answer
28 views

location based `local Notification` works in the `background` but not in the `foreground`

Notification should activate whenever the location is near, but it only works in the background. Even though the triggering event happens in both the foreground and background. - ...
0
votes
1answer
38 views

UILocalNotification when application is background or active

In my app, i have to give notification(text and sound) at custom time interval .i.e 1min, 2mins, 3mins upto 59mins either my app is in background or app is active. I am using local notification for ...
0
votes
0answers
87 views

iOS Local notification sound keeps playing when app is opened

I have a local notification scheduled with a 30 second long audio file. When the notification fires, if I launch the app from the notification banner or notification centre, the app will open normally ...
0
votes
2answers
36 views

How to remove the UILocalNotification repeat interval?

i added a UILocalNotification with repeat interval of a minute. how to remove it?
-1
votes
0answers
38 views

How to implement Alarm clock in ios6?

I want to create an alarm clock and i am using UILocalnotification but there are a lot of restrictions with that. first of all it depends on the user settings of notification like banner,alert or none ...
-2
votes
1answer
30 views

How to display Alertview with UILocalNotification instead of just Badge and make it stay unless users presses a button on UIalertView?

In my app, I am trying to create an Alarm but the only problem is with ios6 UILocalnotification is been converted to badge instead of UIAlertView. Here's the code i am using: UILocalNotification * ...
0
votes
1answer
165 views

Set Action on Local Notification in iphone SDK

In my app, i scheduled Local Notification on my first view Controller. It works fine. To set the action on "View" button my code is as below: //AppDelegate.m - (BOOL)application:(UIApplication ...
0
votes
2answers
104 views

UILocalNotification is not getting cancelled

I am trying to cancel a already scheduled notification , notification is getting called but when i try to cancel a notification its not getting cancelled . NSArray notification contains some random ...
-1
votes
2answers
65 views

How to check Current device time when app is in Background

I am working on a app which need to check time after every minute when the app is in the background. I want to match current time with specific time, and if time matches then the app should show an ...
0
votes
0answers
15 views

Local notification and Open specific screen

when I get local notification I want to open my specific screen. currently in my app i have used both navigation controller as well as model view controller so at the time of navigation controller, ...
0
votes
1answer
30 views

Do Local Notifications need user permission on iOS?

I am using UILocalNotification in my app to schedule notifications. The notifications work fine and show up when I want them to. I dont have an issue with that. I am NOT doing any remote/push ...
0
votes
0answers
71 views

UILocalNotification sound

I'm firing a Local notification when user enters a region via geofencing. But when I press the home button to see the local Notification in action it does get shown but there is no sound. I tried to ...
0
votes
1answer
139 views

Snooze Alarm in Alarm Clock Application in iPhone?

I've been working on Alarm Clock application and using local notifications to pop the alarm. I also need to snooze the alarm as per the time interval set by the user in user settings. The user cannot ...
1
vote
2answers
47 views

stop audio while in background

There is an app called IHeartRadio which lets you set a sleep timer which will shut off audio after a specified interval. You first choose a station to listen to and then select an amount of time to ...
0
votes
2answers
75 views

How i can change UserInfo in UILocalNotification?

I'm have 6 UILocalNotification's. Every notification has its own "userInfo": @"1" @"2" @"3" @"4" @"5" @"6" Then i delete notification number 4, and have 5 notification: @"1" @"2" @"3" @"5" @"6" ...
0
votes
2answers
45 views

Remove UILocalNotification when cell is removed containing date

i am making reminder application there is table view and there is dates in cell and when that cell date become todays day UILocalNotification fires. for that i am using following code ...
2
votes
2answers
46 views

PhoneGap iOS LocalNotifications Daylight Savings

I'm using (the infamous) Drew Dahlman's Phonegap Local Notifications in iOS. And it seems to work. I have never written a line of objective-c and would prefer not to (which is probably why I'm having ...
2
votes
0answers
65 views

Random Local Notification in background

I want random Local Notification (Text and Sound) in every minute. I am using this below code: self.randomIndex_text = arc4random() % [self.array_motivation count]; self.randomIndex_alarm = ...
1
vote
1answer
85 views

is there a way to let the user choose the sound for local notification?

I have an app that has 64 local notifications with repeat intervals. So I can't add more notifications, or otherwise, I'd need the user to open the app again for a reschedule. I was wondering if I'm ...
4
votes
2answers
95 views

Is it possible to control the volume of my local notifications from my app? [duplicate]

I have an app that notify my user periodically using repeat intervals. Now my app users are asking me to allow them to control the volume of the notification differently from others. (Mostly lower ...
2
votes
1answer
60 views

Syncing LocaLNotifications via iCloud in background

Using iCloud I'm syncing my app data through all of the user's Apple devices. The problem is that the user can create himself an alert and I want to do that if the user created a notification in the ...
0
votes
1answer
99 views

Get the local notification when the app is in background state?

I want to develop a reminder app. It should remind the people weekly, monthly, quarterly, six months and yearly. I am using the NSDate property to get the current date and then I am adding the 7 days ...
1
vote
1answer
73 views

Alarm repeat in particular time interval

I know this question ask several time. Even i am trying this below code: http://iphonesdkdev.blogspot.in/2010/04/local-push-notification-sample-code-os.html Still I am not able to play alarm at ...

1 2 3 4 5 14