-
Notifications
You must be signed in to change notification settings - Fork 37
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
Publish APK with releases? #38
Comments
What is F-Droid? |
Ui… Honestly? Though I guess you're kidding, from their homepage:
But I've noticed it can be cumbersome to get your app into that catalog. So alternatively, you can add it to your releases. I usually pick up apps from there that are not listed with F-Droid, and integrate them with my repo, which is compatible with the F-Droid client. My auto-updater then syncs new releases you make (usually within 24h), so users get noticed of them via their F-Droid client – same way as you might be used to from the Playstore app. Wouldn't that be something you're interested in? Adding the |
Awesome! I did not know the platform, I started developing for android a short time. |
Ah, that explains why you did not (yet) hear from F-Droid. In short, you can submit a request to them to have your app listed there. Until it finally shows up, that takes some time (for some projects, it took half a year to finally get listed). F-Droid then will clone your repo, compile your app from the sources, sign it with their own key, and publish it in their repository – usually whenever you add a new "tag" (i.e. declare a new release). The You can go for that, as most "Google refusers" use their main repo. A long way to go, maybe, but a good choice nevertheless. Alternatively, or until you have reached that goal, attaching the Once your app is finally listed with F-Droids "official repository", you can decide whether it should stay in mine or whether I should remove it. Just drop me a note – I of course respect your decision. If you have any further questions on that, be welcome to ask! I will help as far as I can. Btw: Congrats to your first app! The rating is impressive; only few apps reach that, especially those "first ones" (I know what I'm talking about, compiling Android app listings for more than 5 years now). |
Thank you for the information and the help. I will do it. |
Just let me know when done :) |
Hope you'll find the time … one day? No pressure, just a heads-up 😇 |
Sorry, I forgot this issue. I will try provide it soon. Thanks for remember-me. |
Umm … hope it doesn't sound annoying, but what is "soon"? 😉 |
Just curious: As your app is open-source (but not on F-Droid), mind to publish the
.apk
along with yourreleases/
so folks without Playstore can get it?The text was updated successfully, but these errors were encountered: