Periodic expo auth failures?

Please provide the following:

  1. SDK Version: 44.0.6
  2. Platforms(Android/iOS/web/all): iOS
  3. React-native version: 0.67.3
  4. Bare workflow

I recently upgraded my expo facebook and apple libraries that i use for user logins.
This only happens on iOS.

On first open they arent working in the release version and then they work after force close and open. I am super confused by it :sweat_smile:

Any ideas what could be happening?

Apple:

Error: The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)
  at promiseMethodWrapper(node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:106:51)
  at anonymous(node_modules/expo-modules-core/build/NativeModulesProxy.native.js:27:28)
  at signInAsync$(node_modules/expo-apple-authentication/build/AppleAuthentication.js:43:30)
  at call(native)
  at tryCatch(node_modules/regenerator-runtime/runtime.js:63:37)
  at invoke(node_modules/regenerator-runtime/runtime.js:294:30)
  at anonymous(node_modules/regenerator-runtime/runtime.js:119:16)
  at call(native)
  at tryCatch(node_modules/regenerator-runtime/runtime.js:63:37)
  at invoke(node_modules/regenerator-runtime/runtime.js:155:28)
  at anonymous(node_modules/regenerator-runtime/runtime.js:190:17)
  at tryCallTwo(node_modules/promise/setimmediate/core.js:45:7)
  at doResolve(node_modules/promise/setimmediate/core.js:200:23)
  at Promise(node_modules/promise/setimmediate/core.js:66:12)
  at callInvokeWithMethodAndArg(node_modules/regenerator-runtime/runtime.js:189:16)
  at enqueue(node_modules/regenerator-runtime/runtime.js:212:39)
  at anonymous(node_modules/regenerator-runtime/runtime.js:119:16)
  at anonymous(node_modules/regenerator-runtime/runtime.js:239:9)
  at signInAsync(node_modules/expo-apple-authentication/build/AppleAuthentication.js:35:8)

Facebook:

Error: Error with Facebook login
  at promiseMethodWrapper(node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:106:51)
  at anonymous(node_modules/expo-modules-core/build/NativeModulesProxy.native.js:27:28)
  at logInWithReadPermissionsAsync$(node_modules/expo-facebook/build/Facebook.js:68:37)
  at call(native)
  at tryCatch(node_modules/regenerator-runtime/runtime.js:63:37)
  at invoke(node_modules/regenerator-runtime/runtime.js:294:30)
  at anonymous(node_modules/regenerator-runtime/runtime.js:119:16)
  at call(native)
  at tryCatch(node_modules/regenerator-runtime/runtime.js:63:37)
  at invoke(node_modules/regenerator-runtime/runtime.js:155:28)
  at anonymous(node_modules/regenerator-runtime/runtime.js:190:17)
  at tryCallTwo(node_modules/promise/setimmediate/core.js:45:7)
  at doResolve(node_modules/promise/setimmediate/core.js:200:23)
  at Promise(node_modules/promise/setimmediate/core.js:66:12)
  at callInvokeWithMethodAndArg(node_modules/regenerator-runtime/runtime.js:189:16)
  at enqueue(node_modules/regenerator-runtime/runtime.js:212:39)
  at anonymous(node_modules/regenerator-runtime/runtime.js:119:16)
  at anonymous(node_modules/regenerator-runtime/runtime.js:239:9)
  at logInWithReadPermissionsAsync(node_modules/expo-facebook/build/Facebook.js:64:8)```

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.