-
Notifications
You must be signed in to change notification settings - Fork 131
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
App downloaded from In-app-update won't detect another update #1594
Comments
Hi, @Mr777Nick ! Thanks for getting in touch with us!
and let me know about the results? |
Hey @AnastasiaKubova, thanks for your help, the workaround does fix this issue for now, I'll keep using it until the fixed version is released. Thanks again! |
@AnastasiaKubova Isn't it worth creating a 4.4.3 release just for this fix? It seems odd that this kind of bug has been out there for so long. |
Hi! Thanks for getting in touch with us! |
But everyone updating to the newest SDK version will encounter this issue and have to find this GitHub issue and implement the workaround. It would be best if you released a new version quickly to avoid new users and updaters to experience this bug and use time and resources to debug and implement the workaround. |
Hey +1 to @clhols @AnastasiaKubova In the Consider scenarios where it's not just one or two devices to update but 100s. Cheers |
Hi @fabiendem , we've updated the |
Thanks |
Thank you for the workaround, unfortunately it seems that API wasn't added for the no-op version (appcenter-distribute-play) so I guess to make this work is better to stay in 4.4.1 and wait for 4.4.3? |
Hi folks, we just released a new version with this fix included. |
Description
I've been using the in-app-update feature for about 9 months, it worked perfectly fine. then around 2-3 weeks ago when the SDK is updated to 4.4.1 and 4.4.2, the application which downloaded from within the in-app-update, won't detect future updates. There's no dialog whatsoever that says there's an update, even though it exists.
Repro Steps
It seems like the download APK/Application from within the in-app-update is broken or something that causes the app to not be able to download the update.
Details
AppCenter.setLogLevel(Log.VERBOSE)
before your call toAppCenter.start(...)
and include the logs here:Will upload the log later.
EDIT: Here's the link to the log
The text was updated successfully, but these errors were encountered: