React-native-apple-authentication: Crash after press button any times.

Created on 6 Dec 2019  路  3Comments  路  Source: invertase/react-native-apple-authentication

Screen Shot 2562-12-06 at 09 20 27

  • react-native 0.61.4
  • react 16.9.0
  • xcode 11
  • ios 13

Most helpful comment

This problem is caused because a capabilities has not been added in XCode. See print. Add "Sign in with apple" clicking in . "+ capability" and in pop-up, click in Sign in with apple

Screen Shot 2019-12-07 at 20 49 24

All 3 comments

Fix this!
don't use auth.performRequest on Class.
I move auth.performRequest to Saga for call function and reject only error code 1004

Closing as no longer an issue for you.

This problem is caused because a capabilities has not been added in XCode. See print. Add "Sign in with apple" clicking in . "+ capability" and in pop-up, click in Sign in with apple

Screen Shot 2019-12-07 at 20 49 24

Was this page helpful?
0 / 5 - 0 ratings

Related issues

harrisrobin picture harrisrobin  路  3Comments

pantelispanayiotou picture pantelispanayiotou  路  8Comments

VictorKolb picture VictorKolb  路  7Comments

steventnorris-40AU picture steventnorris-40AU  路  7Comments

metawort picture metawort  路  6Comments