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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:34:55+00:00 2026-05-31T12:34:55+00:00

I want to prevent my app doing certain things when the user is watching

  • 0

I want to prevent my app doing certain things when the user is watching a movie, running a slideshow or performing any other activity where the machine is in active use but the mouse and keyboard are idle.

I know calling UpdateSystemActivity() every 30 seconds prevents the screensaver from firing, but I’m interested in whether there is any way we can detect that the screensaver is being prevented from running or not.

It must be App Store safe

  • 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-31T12:34:57+00:00Added an answer on May 31, 2026 at 12:34 pm

    My notes say that there’s a way to do this using an undocumented class, ScreenSaverController. Here’s the header:

    @interface ScreenSaverController : NSObject
    {
        void *_reserved;
    }
    
    + (id)controller;
    + (id)enginePath;
    - (id)init;
    - (void)dealloc;
    - (BOOL)screenSaverIsRunning;
    - (BOOL)screenSaverCanRun;
    - (void)setScreenSaverCanRun:(BOOL)arg1;
    - (void)screenSaverStartNow;
    - (void)screenSaverStopNow;
    - (void)restartForUser:(id)arg1;
    - (double)screenSaverTimeRemaining;
    - (BOOL)screenSaverIsRunningInBackground;
    - (void)screenSaverDidFadeInBackground:(BOOL)arg1
            psnHi:(unsigned int)arg2
            psnLow:(unsigned int)arg3;
    
    @end
    

    And here’s how to use it:

    ScreenSaverController *ssc = [ScreenSaverController controller];
    if ([ssc screenSaverCanRun]) { ... }
    [ssc release];
    

    Note that you will need to link against the ScreenSaver framework to use this. Since this is an undocumented class, doing so will make your application ineligible for the Mac App Store.

    Also take a look at screenSaverTimeRemaining — some methods of preventing the screensaver from starting may just continuously reset this.

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

Sidebar

Related Questions

When starting the app, if the user doesn't have login information stored, I want
In my app, when the user is editting a certain MultiAutoCompleteTextView with a virtual
I have two screens on my app that I want to present to users,
I want to check if a specific apk is present in system app folder.
I want to prevent some parts of my javascript, written with jQuery if that
I want to prevent sending file on hotmail/gmail accounts. Is it possible to track
I want to prevent my asp.net / c# 2008 web pages from being cached
I want to prevent users from commenting on deleted threads. I've set a variable
I want to prevent iframe elements from triggering the OnDocumentComplete event every time. For
What solutions do I have if I want to prevent the UI from freezing

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.