I really wish there was a reliable way to just shitlist all of these affiliate/analytics/tracking/ad SDKs device-wide. Third party SDKs sending who-knows-what to who-knows-where is such a plague in the app ecosystem, and even the developers including them seem to have no idea what the implications are. I don’t want any of them, ever.
pihole is really easy to setup and the default block list gets a large chunk.
Popular iPhone apps caught sending user location data to monetization firms
201–210 of 261 posts
Re: Popular iPhone apps caught sending user location data to monetization firms
#202How do researchers find this information? Presumably the apps are using encrypted network connections to submit your location data to surveillance backends. Is guardianapp reversing each application using jail broken devices? Using an iOS emulator to inspect the running app?
I’ve only done this for apps not using certificate pinning. It gets more complicated from there.
Re: Popular iPhone apps caught sending user location data to monetization firms
#203Earlier quoted context omitted.
You didn't ask what it was or where it came from?
I’ve asked, but my concerns were taken as a joke, because in the past I’ve constantly been complaining about our data collection practices. I was objecting when the marketig team pushed in the AppsFlyer SDK, then the Branch.io SDK, then the Google AdMob SDK, then the MoPub SDK, then the ComScore SDK, then the Saasquatch SDK, then the Kahuna SDK. The Facebook SDK is included too, of course. So after all this complaini…
Re: Popular iPhone apps caught sending user location data to monetization firms
#204This is the report the article is based on https://guardianapp.com/ios-app-location-report-sep2018.html
Funny that HN mods always replace links to original sources except TechCrunch... TC can post all the blog-spam they want
Re: Popular iPhone apps caught sending user location data to monetization firms
#205I really wish there was a reliable way to just shitlist all of these affiliate/analytics/tracking/ad SDKs device-wide. Third party SDKs sending who-knows-what to who-knows-where is such a plague in the app ecosystem, and even the developers including them seem to have no idea what the implications are. I don’t want any of them, ever.
A reasonable compromise would be to have some way of determining which apps don't do this prior to installing them, such as a paid app that does not need to rely on ads and proactively declares this in the app description. Google Play clearly labels adware and I am genuinely surprised that Apple's App Store does not. I am happy to pay for apps that do not contain adverts or unnecessary tracking, but I have no way of…
Also, we will either provide a searchable app index, or freely share findings/info with parties such as Exodus (This has not been fully decided as of yet).
Re: Popular iPhone apps caught sending user location data to monetization firms
#206Why isn’t Google on this list? Is it because they monetize your location data in-house?
(this was meant to be snarky. i'm just a developer with a calendar app that requests location data to humbly provide location place recommendations... no monetization, no sharing of this data, and it's essential to being able to fill out the "location" field accurately. this constant stream of negative attacks against apps not built by FAANG is destroying trust in independent apps, due to the actions of a few bad act…
This is a good thing for any apps who do things right.
Re: Popular iPhone apps caught sending user location data to monetization firms
#207Earlier quoted context omitted.
There are plenty of counterexamples to that. People making small games they want to give away for free, utilities that are too small to be able to charge for, free apps that have additional features behind an IAP or subscription. Just because an app it’s free doesn’t mean it has to be something incredibly scummy.
#1 source of malware on the Android ecosystem was flashlight apps. I don't disagree that there are examples of apps or code that people have written and given away for free just because, my comment was more along the lines of "companies" giving away a free app.
Re: Popular iPhone apps caught sending user location data to monetization firms
#208My wife recently was at a certain chain store for books and paper accessories. She did not interact with Amazon in the store, and does not have the Amazon app installed. And yet, just minutes later, she started receiving Amazon recommendations for exactly the kind of items you would expect at the store she had been. I told her that this a coincidence, but other apps sending her location could actually explain it.
Re: Popular iPhone apps caught sending user location data to monetization firms
#209A point of note - finding the names of wireless routers, or cell network - requires calling private APIs, so those apps should be banned from the store on that basis alone.
Re: Popular iPhone apps caught sending user location data to monetization firms
#210How do researchers find this information? Presumably the apps are using encrypted network connections to submit your location data to surveillance backends. Is guardianapp reversing each application using jail broken devices? Using an iOS emulator to inspect the running app?
A lot of work went into rooting out these trackers, what data they sent, and what apps they were in. We used a combination of static code analysis for each, runtime analysis (eg. Corellium), and network packet capture/analysis. The good news is that only that last part is required if you would like to try this, now that the commonly used hostnames are published. Folks can add the full list to a system such as Pi-Hole…
The problem I see with that is that apps could easily start proxying the requests though their own servers.