invertase / invertase/react-native-apple-authentication
How to create a production build on Expo?
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Expo guides point to this command:
`eas build --platform ios --profile production --local`
It generates an `.ipa` file to upload later to the Store.
The problem is that this app version doesn't works with Apple authentication. It throws:
`Error: The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)", }",`
When I compile it manually with Xcode adding the Sign in with Apple capability, it works. But it's a dev build (with Expo dev tools) and only targeted for my iPhone.
So I don't know exactly what steps should I take to get the ipa working with this library.
Thank you in advance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.