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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:02:29+00:00 2026-06-11T05:02:29+00:00

I have a Phonegap App where I recieve Push Notifications. I send a Pagekey

  • 0

I have a Phonegap App where I recieve Push Notifications. I send a “Pagekey” in the payload, which tells the App which HTML Page to open after the App starts on a received Push Notification.

I do the following in the - (BOOL) application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions (Snippets)

NSDictionary* extras = [launchOptions objectForKey:UIApplicationLaunchOptionsRemoteNotificationKey];
NSString *key = ((NSString*)[extras objectForKey:@"pagekey"]);//get the Pagekey
NSLog(@"key: %@", key); //prints out "2" (2 without the "")

//Load the HTML Page depending on the pagekey
self.viewController.wwwFolderName = @"www";
if([key isEqual:@"2"]){
    NSLog(@"Im in the 2 branch");
    self.viewController.startPage = @"winnings.html";
}else{
    NSLog(@"Im in the else branch");//this branch is executed(unexpected behaviour)
    self.viewController.startPage = @"index.html";
}

the pagekey was originally JSON Data, sent from a push notification server. Anyone knows how to compare the String properly so the correct branch is executed? thanks a lot in advance!

  • 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-11T05:02:30+00:00Added an answer on June 11, 2026 at 5:02 am

    Use - (NSComparisonResult)compare:(NSNumber *)decimalNumber of NSDecimalNumber class.

    if ([key compare:[NSNumber numberWithInt:2]]==NSOrderedSame) {
        //Equal
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a PhoneGap App using jQuery Mobile. At a certain page, I cannot
I have a Phonegap App, using jQuery and jQuery Mobile. In some page I've
I have a (simple) web page packed in a phonegap app. If I start
I have created a minimal PhoneGap app that has just this in the index.html:
I have an PhoneGap iOS app and have this HTML that won't show the
Does anyone use PhoneGap? I have a php app which uses ajax to receive
I have created android phonegap app using html,css,javascript and jquery.When i hit the back
I have created a phonegap app which calls a web service on initialization (onload
I have developed android phonegap app using html and jquery.I need to show tooltip
I have a PhoneGap app up and running using JavaScript and HTML. On app

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.