-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Share and update custom APK without having to go through Google play #61
Comments
@macgills Maybe this is just a documentation thing? |
This is not feasible currently I would say. We currently upload the zimfile to the play listing as an expansion file, when a user tries to download the app google gives them the apk and zim file in the 1 download. There is a fallback mechanism where we download the file from our own servers on launch of the app if we can't find the google file. I think what is desired here is the offline distribution version which is not yet supported from kiwixlib. If we were to also publish our apks to download.kiwix then the users would have to launch the app to begin the zim download |
@kelson42 I think this is feasible now with the play asset. Unlike the expansion file, we can download it in real-time. |
@gouri-panda OK, could you please elaborate about how it would work and explicit the differences at both technical and end-user level between thatbkind of version and the current playstore version? |
@kelson42 Sure! Here are the details on technical side. If we want to update or change assets in our app without releasing a new version on the Google Play Store, we can leverage the on-demand delivery feature provided by Play Asset Delivery. This way, we can upload new asset packs to the Play Console without requiring a full app update. Here are the general steps to achieve this:
In the end user will be notified just to download new asset packs or not. Key challenges: |
@gouri-panda IMHO you don't have undertodd the ticket. This is about a custom app .apk or .aab directly installable on device. |
@gouri-panda @macgills What stops us to make big APK or AAB file to be distributed and installed directly? |
@kelson42 Sure! Let me research on that. |
Duplicate of #66 |
It would be nice to be able to generate a custom app (like we currently do here) but without going through the Playstore.
At the end of the process we would have a working apk that can be shared directly with users.
The text was updated successfully, but these errors were encountered: