AuthSession returning errorCode: ‘cookies-disabled’

Please provide the following:

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): iOS

On my iOS standalone app, the AuthSession.startAsync call returns a result of type: error along with an errorCode: cookies-disabled. I have not found how to replicate this error. I saw similar topics in the forum but none of them seem to have been resolved. Out of 20+ test devices, this has happened only once. I wonder if it’s something to do with the user’s OS general settings.

const result = await AuthSession.startAsync({ authUrl });
console.log(result); // result.type === 'error' and result.errorCode === 'cookies-disabled'

Any help would be appreciated!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.