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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T14:13:46+00:00 2026-06-08T14:13:46+00:00

Is there a way to bring my app to the foreground once a timer

  • 0

Is there a way to bring my app to the foreground once a timer runs out? This is for a kiosk-type app that’ll display some information at various points during user’s session.

This is for an app that will only be installed on our enterprise devices, thus not be submitted to Apple for approval. I am also opening to exploring jailbreak options.

I’d appreciate any help/tips you guys can provide. 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-08T14:13:48+00:00Added an answer on June 8, 2026 at 2:13 pm

    Yes, you can technically use Xcode for jailbreak development (but you don’t have to). If you want your app to be installed outside the normal sandbox, and in /Applications/, then you’d build with Xcode without code signing, fake code sign (or use self-signed certificate), and then copy/install the app to your device, using scp or something similar (maybe have a script for this).

    You can google search on tools like “Theos”, “Logos”, or “iOSOpenDev”, too. More here

    Also, see this page for information about fake code signing with Xcode.

    In terms of bringing an app to the foreground, there’s at least a couple ways to handle that:

    One would be to use Cydia to install the (free) utility open. With open, you can issue a command line call to open any app, by using its bundle ID (e.g. open com.mycompany.MyAppName). If you want to do this programatically, issue that command within a system() call:

     #import <stdlib.h>
    
     int returnCode = system("/usr/bin/open com.mycompany.MyAppName");
    

    Another alternative is to see this answer by @WrightsCS. Make sure to read the comments, too, about where this goes.


    Update: in terms of putting your app into the background, you can kill your app completely with either exit(0) or [[UIApplication sharedApplication] terminateWithSuccess]. Or, see this answer for a solution to programmatically simulate a home button press, which will send the app to the background without killing it.

    You won’t be able to use NSTimer, because timers don’t fire while your app is in the background. However, you can use GCD blocks to run your background work, and make the system() call with open to bring you back to the foreground.

    See this answer, probably scrolling all the way to the bottom of his post

    or look at this similar answer, which was actually posted at the bottom of the question

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

Sidebar

Related Questions

Is there a way that i can find out what base tables are being
Is there a way to bring GUI applications to the foreground when starting them
Is there a way to bring the key (legend) in gnuplot (epslatex terminal) to
I'm wondering if there is a way to bring layer on top of others
We have a .NET console app that has many foreground threads. If we kill
I am writing an application that needs to bring window of an external app
Do you know if there is a way to bring back malloc in its
I'm calling the HtmlHelpA winapi method to display the .chm of my app. This
Is there an obvious way to make a text input box that has rounded
Is there a way to hide the status bar when the app's launch image

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.