VLC Blacklists Newer Huawei Devices To Combat Negative App Reviews (theverge.com)
An anonymous reader quotes a report from The Verge: Some newer Huawei phones are actively being blocked from installing the open-source VLC media player app from Google Play. VLC's developers announced today that they're blacklisting some of Huawei's devices after unhappy users left too many one-star reviews for the app. But the negative reviews stem from a decision on Huawei's part and has nothing to do with VLC. The negative reviews are a result of Huawei's aggressive battery management and tendency to kill background apps, which directly affects VLC's background audio playback feature. Huawei users on VLC's forums are well aware of the issue. It's possible to manually disable these battery optimizations and have the app function properly in the background, but VLC claims that people often don't know how to do that, so they blame the app instead. The devices being blacklisted are the Huawei P8, P10, and P20. Users can still manually download the APK from VLC's website if they're interested in using the player.
Play stupid games, win stupid prizes.
The smart users will go to Google and learn how to download the separate APK while also disabling the power saving features.
Sadly I have similar issues with PC software I write. The code works great, but the moron owning the computer doesn't know how to maintain their machine. Typically this is an issue with Windows users, but some OSX and noobie Linux users as well. In the end they hurt sales and fill customer support tickets. Yes "Dillon" I know you "have all the antivirus, windows, everything else updated", but Intel is still showing a video driver 7 years newer than the one currently on your shitty laptop. Please download and install it from them like I asked you to do 4 times...
It's just the way computing is these days. We let dumb asses access the network. You live with it. Lucky for VLC they have a way to block idiots.
You can't fix the issue if the OS is doing it without forcefully editing the OS. Huawei phones have a built in "background app killer" app that is enabled by default. You'd have to have the right permissions and possibly be root to force an exception on your own, and any app that gets around it is basically acting like a virus.
Actually, the second sentence should be part of the summary. This one:
Huawei phones have a built in "background app killer" app that is enabled by default.
Except play music. I think some people install and use it for that feature alone.
VideoLAN's VLC player is the best media player around. Period. Nothing is even close. If you have a media file and want to play it, VLC Player does it well with a minimum of drama...and it's free.
I'm glad they're doing this. All they have is their reputation. They don't need it tarnished by malware-infested Chinese crap-phones running an OS designed to make personal privacy a quaint historical footnote.
I've calculated my velocity with such exquisite precision that I have no idea where I am.
I had a Huawei and I experienced endless problems with background apps. I also develop mobile games.
If a device doesn't have enough RAM to run your program, you must block installation. If a device doesn't have the needed processing power to give a decent user experience, you should either rewrite the app to use different resources and lighter logic on low-end devices, or block those devices.
If the OS causes your users to have a bad experience, you should work around it or stop development and distribution for that OS. All the better of the app is open source, so someone else could pick up development targeting that platform without directly hurting your brand if their users have a bad experience.
A cat can't teach a dog to bark.