aboutyou / dart_packages

Dart and Flutter plugins maintained and used by @ABOUTYOU
222 stars 151 forks source link

Biometric doesn't work when using apple sign in in 2 apps. #169

Closed nghiashiyi closed 3 years ago

nghiashiyi commented 3 years ago

I have two apps with different Bundle ID ( same develop account ), and have already setup to those own keys, services. But when installing/running two apps on device, only the last one installed works when trying to sign in apple, another one is freeze at the screen showing FaceID (photo below).

Group 2

Are there any other configs that I missed? Thanks.

HenriBeck commented 3 years ago

@nghiashiyi could you maybe connect the iphone to your local mac and run your App via XCode. You should see some error message then when trying to login.

nghiashiyi commented 3 years ago

Unfortunately, I didn't get any lights in console, Face ID was not related to the app so there is no logs there. But anyway, I found the reason and fixing it. Thanks.