-
Notifications
You must be signed in to change notification settings - Fork 306
Non-Play Store installation methods #640
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
Comments
Bump |
Thanks. Yeah, it's probably time we started posting release APKs on GitHub. I'm planning to make a v0.0.15 release this week. So I'll see about working that into the release process then. |
@foxyseta Release made — please take a look! |
@gnprice I think we should keep this open to also investigate publishing to F-Droid, which would require a build that doesn't depend on Google Play services ( So, that will mean we would need to integrate something like UnifiedPush for notifications (which may also need changes to server). |
Had to uninstall 0.0.14 before installing 0.0.15 via apk for some reason. Anyway, yes, the original post is talking about stores. |
Yeah, that's expected. Android requires that when the APKs are signed with different keys, and the signing keys we're using for this app in the Play Store and in the GitHub release artifacts are different:
When you make upgrades within either of those distribution channels, the signing key will remain the same and you shouldn't need to uninstall in order to upgrade. |
For F-Droid, the production/legacy zulip-mobile app is there today. So I expect that when this app is ready and we start rolling it out to replace the legacy app — that is, when we start publishing builds of this app with the package ID The way the existing F-Droid version of zulip-mobile works is that the F-Droid build just removes the notification support. So that's what I expect would initially happen with this app too. There's an issue thread in the zulip-mobile (or maybe zulip/zulip?) tracker where we've talked about UnifiedPush and things like it. That might be something we do in the future. We won't have attention to spare for that before we complete the migration from zulip-mobile to zulip-flutter, though. |
That's probably zulip/zulip-mobile#3838 (and it's duplicate, zulip/zulip-mobile#5712). I split out the feature request for UnifiedPush into #1198, so it can be considered separately. |
The old React Native client is also regularly updated on F-Droid. I was told at zulip/zulip-mobile#5795 (comment) that eventually APKs for the Flutter client will be made available as GitHub Releases, too. Will any store other than Google Play also feature the new client?
The text was updated successfully, but these errors were encountered: