Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7847927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:02:51+00:00 2026-06-02T18:02:51+00:00

Hi I working on a reminder application. I need to display a reminder alert

  • 0

Hi I working on a reminder application.

I need to display a reminder alert after some particular time.

But not at the time we have set in date picker.

Just like I have a button ‘Remind in 10 Mins’

-(IBAction)ReminderClick:(id)sender
{
}

When user press the button , After 10 mins it needs to display an alert.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:02:52+00:00Added an answer on June 2, 2026 at 6:02 pm

    You need to use UILocalNotification for this Function
    Code is look like

    UIApplication* app = [UIApplication sharedApplication];
            UILocalNotification* notifyAlarm = [[UILocalNotification alloc] init];
    
            NSDate *date1=[fire dateByAddingTimeInterval:60];
            notifyAlarm.fireDate = date1;
            notifyAlarm.timeZone = [NSTimeZone defaultTimeZone];
            //notifyAlarm.timeZone = [NSTimeZone defaultTimeZone];
            notifyAlarm.repeatInterval =NSWeekCalendarUnit ;
            notifyAlarm.soundName =soundString;
            notifyAlarm.alertBody =snoozeBody;
            notifyAlarm.userInfo=snoozeDict;
            //notifyAlarm.alertLaunchImage=@"in.png";
            [app scheduleLocalNotification:notifyAlarm]; 
    

    and You can follow thos tutorial for this
    http://www.icodeblog.com/tag/uilocalnotification/

    http://blog.mugunthkumar.com/coding/iphone-tutorial-scheduling-local-notifications-using-a-singleton-class/

    http://www.iostipsandtricks.com/ios-local-notifications-tutorial/

    http://www.youtube.com/watch?v=tcVoq488-XI

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with multiple databases in a PHP/MySQL application. I have development, testing,
I am working on time based reminder App. in which the user enter his
I'm working on an alarm/reminder application and want to show a custom alarm view
I have an asp.net mvc 3 application. In this application I have a reminder
I'm creating a reminder app.In that a local notification is firing at particular time.I'm
I'm working on iPad version of my application and I have a problem. I'd
I have a web application that is working fine under the following environment GWT
I have made a birthday reminder application using localNotification. It read the contacts from
Im working on an Occasion Reminder rails app where users can register then set
I have this project that I'm working on for a class, and I'm not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.