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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:08:37+00:00 2026-05-18T09:08:37+00:00

I am newbie to iphone technology,right now i m working with an application where

  • 0

I am newbie to iphone technology,right now i m working with an application where i need to implement push notification.

I followed the link :

http://mobiforge.com/developing/story/programming-apple-push-notification-services#comment-7850

Also,Used the following code :

 NSLog(@"Registering for push notifications...");
    [[UIApplication sharedApplication]
  registerForRemoteNotificationTypes:
 (UIRemoteNotificationTypeAlert |
  UIRemoteNotificationTypeBadge | 
  UIRemoteNotificationTypeSound)];

- (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken 
{
    NSString *str = [NSString stringWithFormat:@"Device Token=%@",deviceToken];
    NSLog(str);
}

- (void)application:(UIApplication *)app didFailToRegisterForRemoteNotificationsWithError:(NSError *)err 
{ 
    NSString *str = [NSString stringWithFormat: @"Error: %@", err];
    NSLog(str);    
}

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo 
{
    for (id key in userInfo) 
 {
        NSLog(@"key: %@, value: %@", key, [userInfo objectForKey:key]);
    }    
}

Thing is,when i run the program,i should get device token in the debugger window,as per the code,instead i am getting error like :

” Error in registration. Error: Error
Domain=NSCocoaErrorDomain Code=3010
“remote notifications are not
supported in the simulator”
UserInfo=0x6e055a0
{NSLocalizedDescription=remote
notifications are not supported in the
simulator} “

How should i solve this problem?

Kindly help me out.

Thank you.

  • 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-05-18T09:08:38+00:00Added an answer on May 18, 2026 at 9:08 am

    Because the simulator doesn’t support it… In the example it displays the device identifier in the console. The console is displaying the feedback from the device. It isn’t the console that is getting the information, but the device sending the information back. So, just because the console displays information on your Mac doesn’t mean your Mac is capable of directly getting that information. Sometimes it must be sent by the device. Try running it on a device.

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

Sidebar

Related Questions

I'm a newbie just begun with iPhone and Obj-C for a month now. I
I am a newbie in iPhone Development.I developed an iPhone Application and installed this
Cocoa newbie here. I am working on an iPhone UITableViewController-based widget that can be
I am an android and iphone developer. I am a newbie though working on
I'm a newbie in iPhone development and now encounter a problem: I want to
I am newbie to iphone programming and trying to learn iphone programming.I need experts
Since I am a newbie in iPhone development, I need some advice on how
i am a newbie to iphone development. I am working on a project where
I am a newbie in iphone development and want to implement coverflow. I googled
I'm an iPhone/iPod-touch newbie, and would like to write an iPhone application utilizing the

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.