-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic updates #44
Comments
Probably something like pulling of the latest release metadata from GitHub once a day and comparing it to the currently running version. |
Interesting, I actually meant just checking for a new version, but automatic updating might be even better. Thanks, @accatyyc, I'll take a look at how difficult it is to integrate. |
How about: http://devmate.com ? |
IMO seems like a bit too much - looks perfect if you want to sell licenses etc, but for an open source project like this? |
Yeah I wouldn't need that. But crash reporting, some basic stats and automatic updates are what I'm looking for. |
Okay. Try it but watch out for the costs! There may be more than 1000 users. No way to know though. Otherwise, Google Analytics is free for a lot more users, but doesn't have crash reporting though. Do you think the automatic crash reporting is needed? The users of this app are technical, and probably keen to report crashes anyway. |
I agree, but even for technical users I'm trying to provide the simplest possible experience. I would prefer to not use Google Analytics, but I might just use Crashlytics for crashes and Sparkle for updating. I just liked the appeal of how this easily this can be integrated, because honestly I don't want to spend much time on these things, but I'd like to have at least a rough idea of how many people use it, how much it crashes and make it very easy to update - starting from 1.0. People will always be able to build it from code. But also I'd like to attract users who just have an Xcode Server and don't know much about how this all works - to just download the binary, set it up and launch it. |
Fixed by #230 |
Plus show it in the UI together with a button to download it.
The text was updated successfully, but these errors were encountered: