Post

Replies

Boosts

Views

Activity

Reply to Cookies problem in iOS beta 18
As @Rikardt pointed out, this could be an issue with Apple changing the default cookie SameSite. I created another post about it here with a sample app: https://developer.apple.com/forums/thread/765199 Hoping Apple will have a workaround, as I cannot change what the server does (Salesforce in my case).
Oct ’24
Reply to WKWebView adding cookie does not work with iOS 18 beta
Is the cookie not there, or is it there but with the wrong SameSite value? It seems in iOS18, the default SameSite value is now Lax instead of None if the server doesn't set it. I opened another forum post about it here https://developer.apple.com/forums/thread/765199 and contacted Apple support. Hoping Apple will have a workaround, as I cannot change what the server does (Salesforce in my case).
Oct ’24