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.
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
40 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
7 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
22 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
71 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
35 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
8 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
15 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
3 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
113 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
25 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
33 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
61 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
69 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
161 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
79 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
79 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
33 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
37 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
26 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
152 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
103 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
63 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
22 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
68 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
132 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
71 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
44 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
43 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
58 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
81 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
93 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
58 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
94 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
67 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 ...
0
votes
1answer
79 views
Repeat alarm at particular time interval
Issue is, i put a date picker programmatically. In date picker i just used to display time from 1mins to 23 hours. User is supposed to set the time in the picker, and set up the notification.
Now,i ...
2
votes
2answers
306 views
Activate local notification based on time in the background
So I have an app that includes repeat intervals local notification and I would like to add a feature that will pause the notifications during sleep time.
So far, I have created two datepickers for ...
0
votes
0answers
25 views
postNotification not working in UAModalPanel even viewUnload or viewDidDisappear
I just tried to used UAModalPanel in my project. I want to stop timer, remove some things from memory when user close the modelpanel. AudioViewController is my view which I want to present to user by ...
0
votes
2answers
41 views
How to know UILocalNotification remaining time before fires?
I would like to know remaining time before UILocalNotification fires and then show it in some UIabel in real time.
How can I do that?
0
votes
0answers
31 views
UILocalNotification doesn't appear if application runs in fullscreen
I created a UILocalNotification to warn user - maybe not a very important information for the user - like network type changed (status changed from wi-fi to 3G). I don't want to interrupt the user ...
0
votes
2answers
93 views
Fire UILocalNotification in a specific Date
I want to fire a UILocalNotification in a specific Date. If I use this code:
NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
NSDateComponents *components ...
0
votes
1answer
108 views
HTTP Request as background task with local notifications in iOS
If you aren't that into Android, there's something called a "background-service" for the applications in that OS. Which basically gives the developer a opportunity to make some background tasks ...





