Greetings, React Native Community!
In this article, I will be breaking down the step-by-step process of integrating Apple Sign-in using React Nat...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Karan, I have completed your guide and everything seems to be forking when it comes to xCode and the Apple Developer Console at least. But when I try to login using the simulator I get the error that the device is not supported, encouraging me to use the value of appleAuth.isSupported to check the device before hand. The thing is, the simulator is version 13.4.1 so it should work. Do you know what might be the issue?
Hey, this is not an issue with your code. This is expected as apple doesn’t allow services like apple login, push notifications, apple pay from simulator. I also faced this in the past and had to test on my friends phone until I bought a new ios 13 device . Unfortunately you’ll need a real iOS device to test. I think it’s good to use isSupported property to prevent crashes. Hopefully this helps you
Oh, thank you, I will try that. That saved me some headache !
No issues, glad this article helped you
Hi Karan, thanks for this great guide. Know I can sign in using Apple Sign In, but it only work with IOS devices, I need to also implement the Apple Sign In for Android Devices. Maybe do you know how can achieve that. I really appreciate your efforts.
Thanks for reading, sign in with apple is ios/macos (web) only feature as far as I know
Hi Karan, nice guide for an argument not so popular.
I'm learning now to program application with cordova and ionic and I've a problem with the upload of the app in the Apple Store because it says that I need a "Apple login".
Do you know if there is a nice guide as your one for the integration with Cordova/Angular?
Sorry I haven’t worked with cordova
Love this! Shared in React Native Now #61
Thank you for sharing Michael
I followed all the steps, but I got this error
In my case I forgot add Apple Sign Compatibility