hi, we have implemented Sign In with Apple and it works fine, but we do not get the newer "hide my email" radio button line. using Xcode 13.2.1 running on ios15.2 real device. is there something special we have to enable in our code to get this hide my email feature?
Sign In with Apple, no hide my email button
if anyone has this problem, we found the solution, you have to clear prior uses of this sign in w/ apple feature on a given app
e.g. each user has to do it
not so easy to explain this to the users
https://github.com/invertase/react-native-apple-authentication/issues/144