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 8776179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:59:22+00:00 2026-06-13T18:59:22+00:00

I am implementing an application which is support to apple push notifications.If i get

  • 0

I am implementing an application which is support to apple push notifications.If i get three notifications from apple server then in iphone the notification list is showing three notifications and if i select any one of them am going in to application according to the notification.After if i check in iphone notification list for remaining two notification there were no push notifications to see.The notification list is showing No new notification.

And also my application is universal app. The push notification is working fine in iphone4 and iphone5 with ios6 but not working in ipad1 with ios5.

Please help me.

Thanks in advance.

After select any one(push notification) of them

  • 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-13T18:59:23+00:00Added an answer on June 13, 2026 at 6:59 pm

    This method is fired on the App Delegate when the user tabs the notification in Notification Center:

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions (NSDictionary *)launchOptions {
    
        // You could use the following methods calls:
    
            // To remove the notifications in Notification Center:
            [[UIApplication sharedApplication] cancelAllLocalNotifications];
    
            // To set the badge (0 is no badge at all):
            [[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
    }
    

    If you want to remove the notifications as well when the user returns ‘normally’ without using the notification add the method calls to:

    - (void)applicationWillEnterForeground:(UIApplication *)application {
    }
    

    I don’t think it is possible to just cancel one notification, check out this post for more info.


    Did you google this iPad problem yet? I searched a bit and found others with the same problem. It turns out notifications are working on but you don’t see them appear on the lockscreen. Check out these topics:

    • https://discussions.apple.com/thread/3374403?start=0&tstart=0
    • https://discussions.apple.com/message/16343436#16343436

    Or try and google a bit: https://www.google.nl/search?q=ipad+1+notification+center

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

Sidebar

Related Questions

I'm implementing a little chat application where I receive messages from a server, which
I'm implementing a web application which will support different views according to different browsers.
The following (simplified) snippet is taken from an application I'm implementing which consistently uses
I am implementing the application which consumes webservice (first authentication and then calling different
I am implementing a low latency real time application which should push excessive messages.
I'm implementing an application which want to draw lines in the panel. But the
I'm implementing a Rails application in which users will be able to store snippets
I am implementing a desktop application in which I want to send an ALT+SPACE
I have a C# application in which I am implementing a drag drop functionality
I am implementing a web application which is powered on the backend via a

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.