You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Yes, there are two ways to do it, depending on whether your app is sandboxed (app store) or not, but both require adding some Obj-c code to your project.
If you're planning on submitting to the app store, or your app is otherwise sandboxed, you have to create a separate 'helper' app and include that in your project. The helper app simply needs to open your main app and then quit, and the app needs to be bundled inside the main app. Here's an article that goes into detail and provides some sample code: http://blog.timschroeder.net/2012/07/03/the-launch-at-login-sandbox-project/
Unfortunately this is not something that can be added to MacGap simply because the latter method will prevent app store acceptance and the first method requires specific knowledge of the project and secondary app creation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello - Is there a way to configure MacGap apps to open (automatically) at login?
The text was updated successfully, but these errors were encountered: