-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Occasionally, the user isn't able to log in because of the cookie storage policy. On attempting to log in, the user is presented with an error message like "This services requires that cookies be enabled."
From Apple's documentation: "Changing the cookie policy affects all currently running applications using the cookie storage.", so if, for example, the user turns on private browsing in Safari, the app won't work properly.
Workaround: Disable private browsing before using the app.
Solution: Change the cookie accept policy to 'NSHTTPCookieAcceptPolicyAlways' upon foregrounding the app.
Metadata
Metadata
Assignees
Labels
No labels