I noticed in the documentation for the latest version of the React Native PnP SDK, it says that the logout() function is not advised for iOS because it will trigger a system dialogue. If we are deploying a React Native app into the iOS Appstore, what other methods do we have for logging someone out?
Hey @david1
Thanks for pointing this out, this was true for our older SDKs. I have personally tested our react native auth0 example on iOS and the logout functionality works like a breeze. Please try our examples out and let us know if you face any issue.