This almost smells like a google throwing their hands up and saying "Well maybe it's a harmful app and they should use something else ... I dunno, put a warning on it." I see similar-ish warnings on Amazon about "frequently returned item", but I've no idea if it is true or why. Maybe an underlying vendor for the same item is bad? Amazon (who doesn't care about bad vendors as far as I can tell) just slaps a label on i…
“Fewer Users” Warning Hurting Specialized and New Apps
111–120 of 259 posts
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#112Earlier quoted context omitted.
Check for vulnerabilities in dependencies and do the same thing they described in this post, just with... meaningful feedback. I'm more an infra guy, and such scans are actually absolutely awesome. I see everything in my k8s clusters, all java/python dependencies that need attention. I'm more surprised how anyone can run an app for more than 2 weeks with no high severity vulnerabilities. I guess mobile doesn't have t…
Mobile has unbelievably smaller attack vectors due to the hefty sandboxing, as long as you're doing normal things and not including a bunch of janky ad libraries. You're largely just contacting APIs you control and not running arbitrary code, and there's no outside connections coming in at all - lots of extremely bad CVEs are completely irrelevant in that context. Sure, you can bend your scope to make them relevant..…
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#113Our company just got a warning that we have sixty days to release something on Play or have our developer console account closed. The email made it pretty clear that Google wants developers to continuously push new versions to customers. We have no new features nor bug fixes in backlog. There is nothing to update. The only purpose of our software is to control hardware that our company makes. Nobody uses it for fun,…
Did they instead just warn that they would unpublish the app? Google does have minimum API levels that they slowly move forward, and they will unpublish your app if you don't periodically rebuild and resubmit.
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#114A question for Googlers who may be responsible/adjacent - what is the intended function of this warning? It seems to be attempting to filter out low quality apps, but instead seems to be killing any attempt to change the status quo. If the app has fewer users than competing apps, the message Google is sending is "we don't need any new apps that do similar things to existing apps" and "if you're a small app, don't eve…
i'm guessing it's intended to warn that you're about to download one of the 500 apps that look like the ChatGPT app, but aren't actually the ChatGPT app.
Google has the numbers to know that "buyer [or in this case, downloader] beware" isn't good enough because people aren't smart enough. It sucks, but at scale it's a pattern we see over and over and over again (see also "Why does Windows force updates," "Why is Apple so paranoid about side-loading," "Why is it so hard to get an app on Apple's App Store in the first place," and "Why does Facebook log a big warning in the browser console to not paste any code in there and hit enter").
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#115Re: “Fewer Users” Warning Hurting Specialized and New Apps
#116Our company just got a warning that we have sixty days to release something on Play or have our developer console account closed. The email made it pretty clear that Google wants developers to continuously push new versions to customers. We have no new features nor bug fixes in backlog. There is nothing to update. The only purpose of our software is to control hardware that our company makes. Nobody uses it for fun,…
You can update the version number and re-release. I think this may grant also adding the update note "Updated version number. Nothing else. Thank you Google".
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#117Earlier quoted context omitted.
Mobile has unbelievably smaller attack vectors due to the hefty sandboxing, as long as you're doing normal things and not including a bunch of janky ad libraries. You're largely just contacting APIs you control and not running arbitrary code, and there's no outside connections coming in at all - lots of extremely bad CVEs are completely irrelevant in that context. Sure, you can bend your scope to make them relevant..…
You are right, but those "janky ad libraries" are the very reason most of the apps on google play were created.
And we can ignore the shovelware, which probably is actually a majority of apps. Those won't care about security patches, and will probably go out of their way to hide them so they don't appear vulnerable and don't have to do maintenance releases. They wouldn't be affected by forced updates.
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#118Our company just got a warning that we have sixty days to release something on Play or have our developer console account closed. The email made it pretty clear that Google wants developers to continuously push new versions to customers. We have no new features nor bug fixes in backlog. There is nothing to update. The only purpose of our software is to control hardware that our company makes. Nobody uses it for fun,…
Why. It is not Google's software. Shouldn't that decision be left to the software author.
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#119Our company just got a warning that we have sixty days to release something on Play or have our developer console account closed. The email made it pretty clear that Google wants developers to continuously push new versions to customers. We have no new features nor bug fixes in backlog. There is nothing to update. The only purpose of our software is to control hardware that our company makes. Nobody uses it for fun,…
You can update the version number and re-release. I think this may grant also adding the update note "Updated version number. Nothing else. Thank you Google".
You kid, but Google makes substantial security and privacy SDK / API changes from one Android version to the next (reactively in response to abuse by 3p apps) & maintains backwards compatibility for a limited time period, post which incompatible apps are not visible to latest Androids on the Play Store. This means, developers have to continually update their "targetSdkVersion", if nothing else.
https://developer.android.com/guide/app-compatibility / https://developer.android.com/google/play/requirements/targe...
Re: “Fewer Users” Warning Hurting Specialized and New Apps
#120Our company just got a warning that we have sixty days to release something on Play or have our developer console account closed. The email made it pretty clear that Google wants developers to continuously push new versions to customers. We have no new features nor bug fixes in backlog. There is nothing to update. The only purpose of our software is to control hardware that our company makes. Nobody uses it for fun,…
Imagine if we talked about other computers like we talked about phones. It's just so weird - you can only install programs from our approved package manager - if you make any transactions through your program, we'll take a 30% cut - you can't be access those files, you're not root - you got root?! We're going to fucking sue you (yeah, I know about the PS3...) - you can't change these settings - you can't access that…