|
|
|
|
|
by metadat
730 days ago
|
|
Are you saying the Safari browser on iOS intentionally cripples web applications by randomly erasing / deleting browser data (cookies, localStorage, etc)? And this happens on purpose because apple wants to boost App Store Apps usage? If there is evidence of the veracity of this claim, this topic deserves a whole lot more attention. Especially considering Apple's stance on 3rd party mobile web browser engines - Apple forbids them, although EU regulation may force this to change. I searched a bit and found no smoking gun, the closest hit was: https://old.reddit.com/r/Safari/comments/185cra6/safari_nuki... But it seems more likely caused by legitimate bugs than any intentional campaign. Have I been nerdsniped here by a nutter? :-s |
|
I would absolutely make this claim.
This isn't even a PWA thing. We had a really simple series of boring web forms that suffered from this. The first iteration of this had the server swap an initial tokenized link for a cookie when clicked.
After some feedback from our customers, we discovered that iOS users were having a lot of trouble getting all the way through the desired workflow. We were able to replicate this on our iOS devices but it seemed completely arbitrary.
After abandoning cookies in favor of maintaining a tokenized URL, we found we were getting 100% success rate for iOS end users.
My theory is there is a malicious bit of code in iOS Safari that is applying some insane cookie policy over "unpopular" domains.