Ask HN: What's your Mac OS App side project?
1–10 of 16 posts
Re: Ask HN: What's your Mac OS App side project?
#2I have reached the top 10 in paid health and fitness apps a couple times. Revenue is probably in the low hundreds of dollars for lifetime, and the first year it was out it made very little. Second year it started getting some traction. (apple also takes 100 bucks a year to post an app, so first year basically lost money)
It's hard since I don't really use paid advertising. I made it in SwiftUI and used a channel called SwiftfulThinking to learn how to code it, besides that just other yt tutorials as needed :)
Link to SwiftfulThinking channel: https://www.youtube.com/c/swiftfulthinking Link to app for reference: https://apps.apple.com/us/app/20-20-20-rule-resteyes/id64493...
I think it is possible for sure to build a business around a MacOS app. It just has to be unique enough for people to want to pay for it, and you have to know how to get it out there (marketing). Kinda like the iOS marketplace, just smaller, but thats not really an issue if you're solving a relevant problem for Mac users. Lmk if u have other questions!
Re: Ask HN: What's your Mac OS App side project?
#3Re: Ask HN: What's your Mac OS App side project?
#4Still lots of work to be done, but we’re getting there. In the middle of a full redesign for the landing page and the app itself, so don’t mind the mess :)
Re: Ask HN: What's your Mac OS App side project?
#5I have not published it via the App Store though. It's a direct distribution (via .dmg, but it's checked & notarized by Apple so I needed to pay $99/year fee to be able to do that). I'm using Sparkle to handle the updates.
Re: Ask HN: What's your Mac OS App side project?
#6Re: Ask HN: What's your Mac OS App side project?
#7Almost exactly 1 year ago, I built a simple macOS app to run randomized photo slideshows (turns out - it's not an easy thing to do on macOS!). I got some nice initial traction (no paid ads), received user feedback, added more features, did a few releases, and after 6 months introduced a one-time fee (needed only if you want to run a slideshow with more than 150 photos; otherwise the app is free to use). And it turned…
Re: Ask HN: What's your Mac OS App side project?
#8Almost exactly 1 year ago, I built a simple macOS app to run randomized photo slideshows (turns out - it's not an easy thing to do on macOS!). I got some nice initial traction (no paid ads), received user feedback, added more features, did a few releases, and after 6 months introduced a one-time fee (needed only if you want to run a slideshow with more than 150 photos; otherwise the app is free to use). And it turned…
What if you ignore Apple notarization?
More info here: https://support.apple.com/en-ph/102445
Re: Ask HN: What's your Mac OS App side project?
#9Quick questions for everybody here:
- How do you develop your apps right now, mainly cross-platform ones? QT? Would you enjoy a C++ cross-platform framework that binds directly (and well) to Cocoa?
- Are you using Electron? If so, would you appreciate premium modules for Electron that bring a lot more "native" Cocoa functionality instead of reinventing the wheel in JavaScript?
What would you wish a book on modern desktop app development would cover?