One of the things that is really troubling about the Google Android Play store is the ease that an app developer can develop an app and remain totally anonymous unless you are forced to file a lawsuit or subpoena to Google to reveal information. I own and operate a fairly popular audio streaming platform, and I've had to deal with numerous instances of unscrupulous app developers who steal API keys from our licensed…
Popular Google Play store apps are abusing permissions and committing ad fraud
141–150 of 178 posts
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#142Earlier quoted context omitted.
I keep sounding like a broken record. This is not for your "average user" but I use two methods to block all data transmissions for applications that doesn't make sense to have internet connections (e.g. a selfie app): a) The device's App-Data settings. I keep most boxes unchecked. I don't understand why CamScanner (legit super useful app) needs internet connection when I just email myself all the scans, and not usin…
I know the selfie app was just an example, but what's the point of a selfie app if you can't share the selfies? Also you are assuming people have due diligence to actually care or understand which permissions an app is requesting and to actually stop long enough to consider the implications. Consider that most of the world is technologically illiterate, and pop-ups will probably at most be a very mild annoyance for e…
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#143Earlier quoted context omitted.
Time to cycle API keys?
App update cycles are slow so this would break old versions of his apps.
The problem is Google has no incentive to address these issues, because they prioritize their own platform growth revenue over user and partner experience.
With all the frustration one can have with the Apple App Store, including huge wait times for new releases, arbitrary reasonings for declining apps etc, it's almost worth it vs the wild-west of the Google Play Store.
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#144One of the things that is really troubling about the Google Android Play store is the ease that an app developer can develop an app and remain totally anonymous unless you are forced to file a lawsuit or subpoena to Google to reveal information. I own and operate a fairly popular audio streaming platform, and I've had to deal with numerous instances of unscrupulous app developers who steal API keys from our licensed…
Avoiding ads is not stealing. Neither is wrapping someone else's content in ads.
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#145Bullshit, Google. Bullshit. Only a very small proportion of the apps on Play ask only for the permissions that are needed to perform their task, and Internet access is not a deniable permission, leaving a nice little back door for them to siphon off your data. The example of the flashlight app is not an edge case, it's the norm. Google does not care because they'd rather earn more ad revenue than have quality apps, and the number of apps with the ability to seriously spy on you is staggering.
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#146Earlier quoted context omitted.
I actually can't believe this. How in the name of all the is holy are we letting them get away with this. Sure, we talk about the problem a lot. But we need to take action. It seems every big corporation are abusing the trust we give them in some form or another. Please, for the love of God, can anybody prove me wrong. Are there any companies than don't abuse our trust?
Abuse your trust? The better question is why are you trusting them in the first place? If you actually read the TOS of a service, you'd know that they are usually quite forthright with what they are going to do. If a murderer knocks on your door, informs you that if you let them in they're going to brutally murder you, but you choose to ignore that because they brought you free stuff, you don't get to complain about…
Actually, you do; murder is illegal even if you were informed in advance. The same should be with the ad industry. See GDPR.
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#147Earlier quoted context omitted.
Web apps can't use GPS like an app can
Im generally not a fan of web apps but this is incorrect. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#148One of the things that is really troubling about the Google Android Play store is the ease that an app developer can develop an app and remain totally anonymous unless you are forced to file a lawsuit or subpoena to Google to reveal information. I own and operate a fairly popular audio streaming platform, and I've had to deal with numerous instances of unscrupulous app developers who steal API keys from our licensed…
> These apps steal tens of thousands of dollars of ad revenue from my business monthly Avoiding ads is not stealing. Neither is wrapping someone else's content in ads.
What the hell are you talking about? If I take Office 2016, create custom launcher which will just pop ads here and there, offer it to companies, I can't possibly claim this as legal business anywhere where copyright law can be upheld
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#149Earlier quoted context omitted.
Geofencing is just conditionally acting depending on a location. All you need for it is a location.
If we want to show users permission dialogs and that let them make good decisions, there's a need for finer grain APIs to allow finer-grain permissions. For example, for a smart home app asking 'precise location constantly even when not using the app' is sufficient to perform geofencing - but asking for a more limited 'know when you arrive home' is much more likely to get user approval.
Re: Popular Google Play store apps are abusing permissions and committing ad fraud
#150Earlier quoted context omitted.
Im generally not a fan of web apps but this is incorrect. https://developer.mozilla.org/en-US/docs/Web/API/Geolocation
I should have been more specific but my app needs to record GPS with the screen off and with the app not focused which web apps can't do.