by laksmanv on 10/17/24, 2:33 AM with 15 comments
by appsDev on 10/17/24, 3:12 PM
I 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!
by themapper on 10/21/24, 8:44 AM
I initially used Go for the backend and web as the frontend, so it essentially works as a local web server serving a web page in the browser. However, I'm now rewriting it in Qt (C++) to make it easier to maintain and to make it into a native application instead of a local web app.
by jviotti on 10/18/24, 6:59 PM
Quick 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?
by fandorin on 10/17/24, 5:45 PM
I 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.
by joenot443 on 10/17/24, 3:47 PM
Still 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 :)
by petabyt on 10/19/24, 12:42 AM
by codingclaws on 10/17/24, 3:13 PM
by zerr on 10/17/24, 9:09 PM