Apple is very intrusive. Macos phones home all the time. ios gives you zero control (all apps have internet access by default, and you cannot stop it)
Apple uses your data. you should be able to say no.
And as for your data, they do other things too, a different way. Everything goes to icloud by default. I've gotten new devices and boom, it's uploading everything to icloud.
I've seem privacy minded parents say no, but then they get their kid an iphone and all of their stuff goes to icloud.
I think apple should allow a personal you-have-all-your-data icloud.
The platform is heavily internet-integrated, and I would expect it to periodically hit Apple servers. There are a lot of people claiming to be security researchers reporting what Little Snitch told them. There are drastically fewer who would introspect packets and look for any gathered telemetry.
I really haven't seen evidence Apple is abusing their position here.
> Everything goes to icloud by default. I've gotten new devices and boom, it's uploading everything to iCloud.
You need to enable iCloud. You are prompted.
Also, a new device should have next to nothing to upload to iCloud, as its hard disk is still in the factory configuration.
> I think apple should allow a personal you-have-all-your-data iCloud
They have desktop backup. Maybe they should allow third party backup Apps on iPhone, although I suspect data would be encrypted and blinded to prevent abuses by third parties, and recovery would be challenging because today recovery is only possible on a known-state filesystem. The recovery aspect is what really has limited it to the handful of approaches implemented directly by Apple.
I don’t think any large tech company is morally good, but I trust Apple the most out of the big ones to not do anything nefarious with my info.
Just about everyone else other than the tech companies are actually selling your data to various brokers, from the DMV to the cellphone companies.
First-hand account from me that this is not factual at all.
I worked at a major media buyer agency “big 5” in advanced analytics; we were a team of 5-10 data scientists. We got a firehose on behalf of our client, a major movie studio, of search of their titles by zip code from “G”.
On top of that we had clean roomed audience data from “F” of viewers of the ads/trailers who also viewed ads on their set top boxes.
I can go on and on, and yeah, we didn’t see “Joe Smith” level of granularity, it was at Zip code levels, but to say FAANG doesn’t sell user data is naive at best.
Their privacy stories are marketing first.
Google and Samsung do.
So in other words, "companies operating within a nation are expected to abide by the laws of that nation"?
Apple structures their systems to limit the data they can turn over by request, and documents what data they do turn over. What else do you believe they should be doing?
2) I have booted macOS VMs without iCloud. I'm not sure of the nags though. I believe signing out of iCloud will prevent iCloud from contacting Apple.
2) that is entirely NOT true. You should install little snitch and see what happens even if you NEVER sign into icloud. note that the phone home contact is not immediate, it happens in the background at random intervals from random applications.
just some random services blocked by little snitch on a mac:
accountsd, adprivacyd, airportd, AMPLibraryAgent, appstoreagent, apsd, AssetCacheLocatorService.xpc, cloudd, com.apple.geod.xpc, com.apple.Safari.SafeBrowsing.Service, commerce, configd, familycircled, mapspushd, nsurlsessiond, ocspd, rapportd, remindd, Safari, sntp, softwareupdated, Spotlight, sutdentd, syspolicyd, touristd, transparencyd, trustd, X11.bin
(never signed into an apple id)
There's also this one: https://discussions.apple.com/thread/250727947
I eventually just gave in to stop the nags.
Doesn't have to be bright red, or even there at all.
Technically you can by turning off wi-fi and disabling cellular data, bluetooth, location services, etc. for the app.
To your point though, wi-fi data should also be a per-app setting, and it is an annoying omission. macOS has outgoing firewalls, but iOS does not (though you could perhaps fake it with a VPN.)
> Apple uses your data.
> they do other things too, a different way
What specifically do you mean? Their frankly quite paranoid security and privacy white papers are pretty comprehensive and I don’t think they could afford to lie in those.
> Apple should allow a personal you-have-all-your-data iCloud
Advanced Data Protection[0] applies e2ee for basically everything, with the exception email, and doesn’t degrade the seamless multi-device experience at all. For most people this is the best privacy option by a long shot, and no other major platform can provide anything close.
They’ve hampered product experience for a long time because of their allergy against modelling their customers on the cloud. The advent of AI seems to have caught them a bit off guard but the integrated ecosystem and focus on on-device processing looks like it may pay off, and Siri won’t feel 5 years behind Google Assistant or Alexa.
A couple of years ago Apple was busted when it was discovered that most Apple first-party apps weren't getting picked up by packet sniffer or firewalls on macOS.
Apple tried deflecting for a while before finally offering up the flimsy claim that it "was necessary to make updates easier". Which isn't a really good explanation when you're wondering why TextEdit.app needs a kernel network extension.
The user-mode replacement APIs allowed by sandboxed apps had a whitelist for Apple's apps, so you couldn't install some App Store firewall app that would then disable the App Store and screw everything up.
After the outrage, in a point release a few months later, they silently emptied out the whitelist, resolving the issue.
They never issued any kind of statement.