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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:58:18+00:00 2026-06-03T10:58:18+00:00

I am a Windows developer (with some iOS Objective-C experience) and I am trying

  • 0

I am a Windows developer (with some iOS Objective-C experience) and I am trying very carefully to choose the correct language to make a fairly simple daemon for the MacOS.

The app will download and upload files, communicating with our .NET web services that are already in place.

The installation will be done by non-technical everyday users, so asking them to do a lot of configuration/scripting on their end is not an option. A sleak package is a requirement.

I see my choices as:

  1. Objective-C
  2. Java
  3. Mono
  4. Scripting

Objective-C has the advantage that it is native, but I’m not the strongest with this language yet.

Java is very easy, but do all users have it? Is it going to be a problem asking people to install it?

Mono will let me leverage my .NET skills, but will it install elegantly as a daemon?

Scripting may be an option as it is very simple what the app has to do, but is this the norm, to deliver a product like this?

—

EDIT

There will be no GUI. I’m okay with not hiding the code, although a UID/PWD will be necessary in order to access the webservices (different for each client). It will always be running, for all clients.

  • 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-03T10:58:20+00:00Added an answer on June 3, 2026 at 10:58 am

    Objective-C/Cocoa or C (esp. using Core Foundation) would certainly give you the most native implementation with performance and OS integration benefits.

    Java is reasonable and will be built-in. You’ll need some basic scripts to bootstrap it, but not much.

    Mono is also reasonable and can be relatively easily installed by the user. You’ll need to point them at the download page and specify that they only need the runtime, but it’s do-able. Depending on licensing, you may be able to include the Mono runtime installer package within your own installer package so it’s installed at the same time as your daemon.

    Naturally, scripting languages will most likely leave your code exposed and modifiable, so you may want to avoid that route if that’s of concern.

    Regardless of the language used to develop the daemon, you’ll want to consider installation & management.

    For installation, Mac users are used to two installation methods: installing via an Installer .pkg file that the user double-clicks and then is brought through the installation process or by dragging an application into their Applications folder and double-clicking to launch. As a developer, the former gives you a lot of control over including README/license text, running pre- & post-flight scripts, building meta packages to install one or more packages (as mentioned above re:possibly including Mono runtimes right in your own installer), and also gives the OS & user the ability to see what files will be installed, where, and when (post-installation) if they so wish. Alternatively, many daemons will be actual Mac OS X applications which will then install themselves as background processes upon the first launch. The former would be independent of your language selection, but the latter would lean towards a Objective-C/Cocoa implementation.

    This brings me to management. Most daemons will want to be run through launched as either a LaunchDaemon (for all users, typically launched at boot) or a LaunchAgent (for particular users, typically launched at login). If you integrate well with launched everyone will be happier and should be do-able in any of your language options.

    The question then becomes will the user need to manage the daemon at all? If so, this is most frequently implemented as either a MenuExtra or a Preference Pane. In either case, the daemon could be developed in any language and controlled (esp. via launched) by the MenuExtra/Preference Pane, but in some cases the MenuExtra could actually function as the daemon and so you’d want to develop in Objective-C/Cocoa.

    See also: Apple’s Designing Daemons & Services documentation.

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

Sidebar

Related Questions

I'm a Windows developer looking to do some Cocoa dev on a Mac. I'm
I am basically a windows developer and very new to Sharepoint. I have Designed
I'm not a a very experienced Windows developer, so I hope this all makes
I have no experience developing C++ on Windows, but I am a C# developer.
Hello I've been a Rails developer on Windows for quite some time now, but
Relatively new Windows Phone developer here, looking for some help. Basically I'm messing around
I recently developed an application for Windows XP and newer which make some changes
I'm a C# Windows Phone 7 developer looking to port some apps over to
I've developed some software on my Desktop which runs Windows 7 and the software
Are there some resources where one can learn how to develop for Windows Phone

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.