Home > Enterprise >  Is paid apple developer account needed for implementing Login with Apple in React Native?
Is paid apple developer account needed for implementing Login with Apple in React Native?

Time:07-12

We are implementing Sign in with apple functionality in React Native with React Native Version

CodePudding user response:

Yes, You need to have Sign in with Apple capability added to your certificates without that you won't be able to test your code, you can implement it but can not test it so you'll need that in order to implement and check if it's working or not

  • Related