Is first party cookies allowed in webviews without user’s permission on iPhone?

Apple’s documentation is clear for third party cookies, but what’s with technical cookies those needed for the website to function correctly? Eg. Cookies those determine if a popup is needed to show again or not

but what’s with technical cookies those needed for the website to function correctly? Eg. Cookies those determine if a popup is needed to show again or not

If the browser or API that you are using in your project is WebKit bases, WKWebView for example, then the 3rd party cookies will be blocked. See more on this here.

Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com
Is first party cookies allowed in webviews without user’s permission on iPhone?
 
 
Q