DEV Community

Discussion on: An in-depth guide to Sign in with Apple using React Native

Collapse
 
karanpratapsingh profile image
Karan Pratap Singh

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

Collapse
 
isacjeppsson96 profile image
isacjeppsson96

Oh, thank you, I will try that. That saved me some headache !

Thread Thread
 
karanpratapsingh profile image
Karan Pratap Singh

No issues, glad this article helped you