Tagged Questions

3
votes
1answer
387 views

How can I dismiss UILocalNotifications that appear when my app is in the background?

I'm working on an iPhone app that needs to remind a user to check in at regular intervals using UILocalNotifications. If they don't check in for a few hours, they may be reminded a couple times, but I ...
2
votes
1answer
146 views

How to open a custom app from clicking 'view event' of calender reminder

I have set reminder event in a app using Eventkit framework. I used following link for creating reminder in iCal. And also set alarm for the event. Now when alarm is displayed in alert view, while ...
1
vote
2answers
425 views

Is there any way to add identifier or tag custom event added in iCal

I am setting a reminder in my app. I have added a custom event using EKEvent to iCal. Now when I retrieve events from iCal I get all the events present on that day. Is there any way to get/retrieve ...
1
vote
1answer
174 views

Timer based reminder in iPhone app

My app asks the user to fill in and save a form locally. I want him to be reminded 48 hrs after the app has been closed that he has a pending form. Is push notification the only way out? Does it cost ...
1
vote
4answers
3k views

iPhone App - Generate Alert Popups when App is Closed

In creating an iPhone app, is it possible to generate a popup alert on the iphone (similar to a Push notification) when the app has been closed. A simple example would be to have an app that can set ...
0
votes
1answer
404 views

Create reminders in iphone programmatically…?

can we Create reminders in iphone programmatically...?? i read it is not possible in ios 3.0. can it be possible in ios 4.0 ..??? if no, any other alternative to acheive the same ..
0
votes
1answer
289 views

How to implement a reminder application ,just a clarification?

I know that the reminder application should display a badge or sound or kind of alert to the user . The only doubt I want to clear from you guys is , should I display the badge in some manual coding ...
0
votes
2answers
700 views

Is it possible to add a reminder to iPhone's calendar from another iPhone native app?

I have seen somewhere that you can't add a reminder to iPhone calender from another native application programatically . Is it true or false ? If false then how can we achieve that . If true then is ...
-2
votes
0answers
63 views

iOS 5 Reminders database location? [closed]

Do anyone know where is located the iOS 5 Reminder's app database file on the iDevice? I look for the Sqlite file to edit via SSH for a personal project. I searched everywhere to find this file, but ...