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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T19:38:30+00:00 2026-06-06T19:38:30+00:00

i am using UIApplicationWillChangeStatusBarFrameNotification to tell when the status bar will change, and this

  • 0

i am using UIApplicationWillChangeStatusBarFrameNotification to tell when the status bar will change, and this does help me figure out when the call in progress goes away, and the behavior is as i would like.

however, there is one scene in my app in which i take the full screen, and that includes hiding the status bar … except that i would like to not hide the status bar when in a call.

my understanding is that the only way this status-bar will first show up is if i (a) get a phone call, then (b) return to my app.

so … when i return to my app upon receiving a phone call … there is no green status bar. (fwiw, the green status bar does appear when i tap on my app to make the status bar and nav bar and tab bar re-appear, so it’s not that it is entirely gone; just hidden because i told it to be hidden. in the simulator, performing the “Hardware -> Toggle In-Call Status Bar” works as i would like, but i don’t think this behavior will ever really occur this way in the real world.)

i found the answer to How do I get notified when a user opens my iPhone app while in a phone call? … but that only works if the statusBar is visible when my app is re-opened.

i want to know how to tell that i’m in a call when i return to my app so that i can manually unhide the green status bar while the user is looking at my scene that otherwise will hide the status bar.

my question is thus: is there an interface to tell me this information that i can query when i return to the app in applicationDidBecomeActive: or via some other sort of notification?

  • 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-06T19:38:31+00:00Added an answer on June 6, 2026 at 7:38 pm

    You can use CTCallCenter to find out if there is a current cell call. You and also register a handler with this class to be notified about cell state changes.

        CTCallCenter *callCenter = [[CTCallCenter alloc] init];
    
        // If no calls are in progress, the value of this property is nil.
        if ([callCenter currentCalls] != nil) {
            ... call present...
        }
        [callCenter release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using CI for the first time and i'm smashing my head with this seemingly
Using RestKit 0.10.1, I have objects served similar to this json format: {objects: [
Using range() in Underscore I can make something like this: _.range(10); >> [0, 1,
Using PostgreSQL 8.4 and with a table such as this: create table log (
Using jQuery, one can easily find out whether a particular element is visible using
Using NSDateComponents I know how to get the day component, but this gives me
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using Rails 3, but I guess doesn't matter. I put this in the template
Using rubular.com as a guide, I am trying to get this expression to work

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.