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

  • Home
  • SEARCH
  • 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 8640855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:22:49+00:00 2026-06-12T11:22:49+00:00

I have an Iphone application in which i am recieving push notifications from the

  • 0

I have an Iphone application in which i am recieving push notifications from the server.Now i am going to a view controller to show the message.Where that same message is loaded in a tableview .so thats not a problem.Now i am recieving two kinds of messages,one is a link and another is the message as earlier.if it is a link i want to open it in saffari,not need to go to tableview as usual.Can anybody help me to achieve this?

  • 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-12T11:22:50+00:00Added an answer on June 12, 2026 at 11:22 am

    When You click on the push notification then you get a dictionary in the function – didReceiveRemoteNotification:

    try this code:-

    - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
        {
            NSLog(@"remote notification: %@",[userInfo description]);
    
            if (userInfo)
            {
                if ([[userInfo allKeys] containsObject:@"aps"])
                {
                    if([[[userInfo objectForKey:@"aps"] allKeys] containsObject:@"alert"])
                    {
                        if([[[userInfo objectForKey:@"aps"] allKeys] containsObject:@"alert"])
                        {
                            NSString *urlString = [[userInfo objectForKey:@"aps"] objectForKey:@"alert"];
                            NSURL *url = [NSURL URLWithString:urlString];
    
                            if(url)     
                            {
                                [[UIApplication sharedApplication]openURL:url];  // open in the safari...
                            }
    
                            else
                            {
                                //  use the message in table view
    
    
                            }
    
                        }
    
                    }
                }
            }
    
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have iphone application in which I am downloading images from server & displaying
I have an iPhone application in which I am adding push notifications. When I
I have an iPhone application which basically is getting information from an API (in
I have an existing iPhone application which starts from a UIViewController. What I want
I have an iPhone application which has a storyboard. Now I want to provide
I have created an iPhone application which fetches data held on a server in
I have to export a movie from my iPhone application which contains UIImage from
I have an iPhone application which has some methods to gather information from the
I have an iphone application in which I am adding a view after calling
I have a tabbar iPhone application in which tabbar is the root controller and

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.