-
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
Failed to download app update #1550
Comments
Hi @kamalthebidigital Thank you for bringing this issue to our attention! Could you please share more details on how you distribute your builds to the App Center portal? Also, can you provide verbose logs of your app with |
Also could you please clarify what is your compile and target SDK versions? And how do you build your |
Hello @AnastasiaKubova , Here is compile and target SDK versions details
|
Thanks, @kamalthebidigital ! Could you tell me please how do you build your |
Hello @AnastasiaKubova , I created apk through App Center Portal and most of our users is facing this issue. |
Thanks for the details, I will check this behavior and return with the results. |
I checked this issue via build on the App Center portal and for me all work well. Is this error occurring now or was it just once? |
Hello @AnastasiaKubova , still facing same issue, this issue is not coming in all android devices. |
Thanks for the details. It doesn't look like an SDK issue. Could you please open a support ticket on the App Center portal (click the help menu (?) in the upper right corner of the App Center porta). |
@AnastasiaKubova As this happens only on the users device its very hard to debug and given work from home scenario we can't even get hands on the device having issues.
|
Hi, @build3r! Thanks for getting in touch with us! |
@AnastasiaKubova This does not happen on App Center portal, I can download apk there without any problem. Also 80% of users can download apk with problems. Only specific devices are having this issue. Looks like its either Download Manager issue or Package Installer issue. Both of which are related to SDK. |
Adding the details
And mentioned to use the new packageInstaller sessions api |
Can confirm that this issue also happening on Realme 5 Pro devices, |
Hi, @Mr777Nick ! Does this issue happen only on Realme devices with Android 11? Or on the different Android versions? For now as an alternative way for Realm devices you can try to update your apps via the App Center install portal. |
Hi @AnastasiaKubova |
Hi, @build3r ! Thanks for your detailed investigation and your solution. I will review it and notify you about the results in the support ticket. |
Hi @AnastasiaKubova, |
Hi, @jeroen-corteville! Thanks for the details. We already prepared a fix for it and it will be released soon. I will notify you when the fix will be available. |
@AnastasiaKubova how long does it take to release a fix for a broken SDK for any new android phone following the updated spec? This has been pending for half a year now... |
Hi @jlsjonas , the fix was released on Dec 21. It is now available in version 4.4.2. |
Hi I am facing this same issue but the error message is slightly different - Failed to install app update. It's happening on Android 11 as well. Do advice |
@arunprasath218 I was unable to reproduce your problem, for further investigation it is necessary that you enable verbose logging by |
Description
Hello,
I am getting latest update in app, but when it dowloaded and it comes message "Failed to download app update".
its happening in some devices like Realme X7 max pro
Logs
2021-09-01 14:03:28.486 31995-32039/? D/AppCenterDistribute: Download was successful for id=307
2021-09-01 14:03:28.488 31995-32039/? D/AppCenterDistribute: Cannot resolve install intent for content://downloads/all_downloads/307
2021-09-01 14:03:28.488 31995-32039/? E/AppCenterDistribute: Failed to download 1.0.50 (50) update: Installer not found
Repro Steps
Please list the steps used to reproduce your issue.
Details
-4.2.0
AppCenter.setLogLevel(Log.VERBOSE)
before your call toAppCenter.start(...)
and include the logs here:The text was updated successfully, but these errors were encountered: