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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:09:52+00:00 2026-06-03T09:09:52+00:00

I am working on an iphone app with push notifications. My question is how

  • 0

I am working on an iphone app with push notifications. My question is how to call a function from a classB when i receive a push notification without creating an instance of that classB nor using static method?

Many thanks 🙂

  • 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-03T09:09:54+00:00Added an answer on June 3, 2026 at 9:09 am

    You will need to hold a reference to classB from within the object that receives the push notification:

    // The header file of the class that receives the notification
    
    @class classB;
    
    @interface MyNotifiedClass : NSObject
    {
        classB *_classB;
    }
    
    @property (retain, nonatomic, readwrite) classB *classB;
    
    // The implementation file of the class that receives the notification
    
    @implementation MyNotifiedClass
    
    ....
    
    @synthesize classB = _classB;
    
    
    - (void)theMethodThatReceivesTheNotification:(whatever)
    {
        [_classB doSomethingNowPlease];
    }
    

    You will obviously have to set the instance of classB in this class before it will work:

    // Someplace outside both classes (assuming _classB points to an instance of classB
    // and _myNotifiedClass points to an instance of MyNotifiedClass)
    
    [_myNotifiedClass setClassB:_classB];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on one iPhone app which involves a push notification. As I
I've got an iPhone app that I'm working on that uses Push Notifications. In
I have an iPhone app with push notifications enabled and it's working pretty well.
We are working on an app that is suposed to receive push notifications. On
I am working on an iPhone App where I am pulling data from an
So, I have Push Notifications working fine to my app with Custom Sounds. However,
I'm working on an iPhone project that needs to receive data from a PHP
I am working with iPhone app. I have to jump to the ProfileViewController(from HomeViewController)
I am working on a app which has push notification in it.I have implemented
I'm working on an iPhone app that gets a number of objects from 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.