-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add In-app updates
to Android
#92
Comments
FYI: iOS does not have the auto update feature that Android has |
Is this require google play panel, or I just need to code the app? If it doesn't need google play, I'd like to take it :) |
Hey, @alibardide5124 ! Thanks for your interest our project! Just need to add logic (in app updates) to our app. |
Thanks, @behzodhalil. I'm on it. Since I didn't work on multiplatform projects, this would be a good example to look at :) |
By the way, I didn't see any release or download link. Where can I download APK file? |
You can start by adding logic to the Best regards :) |
Hi. I've implemented update logic to app. It checks for update and finish app if user don't update. This was a project that requires security, so I assumed the user should immediately update for safety. However, there was a catch... You see I didn't work with multimodule Gradle dependency in apps (Like your app that has navigation, AdMob, etc. folders in root directory) And I got an error as I opened project: A problem occurred configuring project ':resource'.
It's related to your resource module. I spent a few hours, but I couldn't figure it out. So I just implemented logic in MainActivity.kt and push it. I pretty sure it works. Just test it from play console. And greatly sorry for this :( |
@alibardide5124 I'm pleased to see that you've implemented the "in-app update" feature. I've reviewed to your code. Additionally, we are following the Thanks! |
@alibardide5124 |
Hi @behzodhalil. I just made some changes to code, and you can see diff here: If you could, please check it out and tell me if I missed anything. I realized that I can't work on a multiplatform project with a Windows device, so I wrote logic in another project and implemented it on this project. You mentioned earlier that I missed an important part of the in-app update. I checked my code and I didn't see what's wrong. Can you please tell me what I missed? |
Hey, @alibardide5124! Sorry for late response! I'll review right now your PR. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: