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.
Hello,
Expo guides point to this command:
eas build --platform ios --profile production --localIt generates an
.ipafile 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.