Earlier quoted context omitted.
Under normal usage, iOS will kill apps a lot earlier than 10 minutes. In the general case it's really not possible to do this, and I would argue that shipping with a flaky feature is probably worse than not shipping with it at all.
I haven't checked in a while but in the past it was fairly reliably 10 minutes. In any case, there's a property `UIApplication.backgroundTimeRemaining` that tells you how long you have, so you can use that to calculate the appropriate notification time.
iOS 13 app tracking alert has dramatically cut location data flow to ad industry
201–210 of 461 posts
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#202I'm probably saying the complete obvious, but Apple can completely crush Google if they execute this angle properly. Google has no choice but to support ads. They're an ad company. Apple has to keep hammering how bad the ad and privacy experiences are with Android. Make iOS an absolute delight to use in contrast. I'd pay a premium for that. Android has done a great job making me want an iOS device again, these last t…
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#203Earlier quoted context omitted.
"By default, users have a unique tracking/advertising ID attached to their phone." Google has the same thing, and with apple if you care you can opt out. "When Limit Ad Tracking is enabled on iOS 10 or later, the Advertising Identifier is replaced with a non-unique value of all zeros to prevent the serving of targeted ads. It is automatically reset to a new random identifier if you disable Limit Ad Tracking." So this…
The phone id is only one way you are tracked. You are being tracked in multiple places, at the ISP level, at the geo level, cookie and account level, and I don't know where else. Being able to reset your phone ID is insufficient given all the other ways you can be tracked. With Apple, maybe they're the lesser of two evils, but there is still a lot of room they could improve if they really wanted. The aforementioned i…
This is one of the paradoxes that exist with certain tracking protections that exist today. Eg. Enabling Do Not Track or fingerprint blocking could make you easier to track. Though these are becoming more ubiquitous, and therefore harder to use to track you, as browsers make them the default settings.
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#204Replace each occurrence of “location data” with, say, “cocain”. > Despite the reduced amount of cocain available, the amount that is still available to use is more valuable, while the market for cocain continues to thrive. I mean it’s disturbing.
> Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of cocaine, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.
Good god. This is immeasurably disturbing. Forsooth, we must ban the freedom of speech!
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#205Earlier quoted context omitted.
Sure, but Google/Android has added fine grain GPS permissions in Android 10+ so we have the option to say "just track when using app" instead of "no" or "all the time". The problem, now, is rolling it out due to fragmentation.
So we'll start seeing that on a significant percentage of Android devices around, um... 2025, then? Man I do not miss the horrible support for updates in that ecosystem one bit. https://www.statista.com/statistics/271774/share-of-android-...
Early adapters, who are more likely to engage with the bigger questions raised by tech, are likely to use new devices with the latest revision of what Google thinks you should share with the advertising world - lately, this has been giving users slightly more control. Meanwhile, older and cheaper devices (a much larger segment) mostly run older OSes that more more data-sponge-friendly.
So the picky and wealthier customers have reason to tell others "Google is getting better" while everyone else keeps feeding the beast.
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#206Earlier quoted context omitted.
There’s two things about iOS that bothers me, privacy wise: - Apple still makes money off of ads, creating a conflict of interest. By default, users have a unique tracking/advertising ID attached to their phone. - iOS is extremely restrictive, making certain privacy adjustments impossible.
Yes. But FWIW, a user can reset their "Advertising Identifier" anytime they want: Settings -> Privacy -> Advertising -> Reset Advertising Identifier... Now if iOS was more hacker friendly, I'd write an app to automate that action and have it run regularly or on a random schedule or something.
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#207Earlier quoted context omitted.
Google pays very dearly for that, btw
Which is another way of saying Apple values money over users being protected from something terrible.
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#208Earlier quoted context omitted.
You’re seeing it as a computer. It’s a phone.
This is the typical response I expected. "Your using it wrong!!" Explain to me why the use case of using youtube without adverts or connecting my phone to my smartwartch is invalid.
I don’t care if you switch, but figure you may want to know.
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#209I'm probably saying the complete obvious, but Apple can completely crush Google if they execute this angle properly. Google has no choice but to support ads. They're an ad company. Apple has to keep hammering how bad the ad and privacy experiences are with Android. Make iOS an absolute delight to use in contrast. I'd pay a premium for that. Android has done a great job making me want an iOS device again, these last t…
Re: iOS 13 app tracking alert has dramatically cut location data flow to ad industry
#210Earlier quoted context omitted.
I have a little "share" button on my iPhone that invokes Youtube-DL via Pythonista, so I can open any Youtube video and get a locally saved copy pretty much instantly. I can use VLC to stream YouTube videos without ads. There's a bunch of apps that let you load pretty much arbitrary code onto the platform - Pythonista and Scriptable are two of the top ones (Python and JS interpreters respectively), and with those you…
That’s really smart! Could you share your script (as a Gist or something) I’d really like to use it.
You need to install YouTube-DL via Pip, but happily the StaSh shell for Pythonista already includes Pip. If you're not using StaSh yet, give it a whirl - it includes a huge number of handy tools like SSH, Git, Pip, etc. Pythonista is awesome!