aboutyou / dart_packages

Dart and Flutter plugins maintained and used by @ABOUTYOU
220 stars 149 forks source link

[sign_in_with_apple] No Sound when using FaceID for authentication #439

Closed akshayarora-wework closed 22 hours ago

akshayarora-wework commented 2 days ago

Hey.

I am using the sign_in_with_apple package to add the capability to my app.

I have performed all the stes mentioned in the documentation, and the authentication works finr. I am able to get the credentials from the plugin.

There is one issue tho. There is no sound on successful authentication after FaceID.

Is this intended?

I see in AppStore when I perform the FaceID thing, it plays a sound.

Is there some gap in my understanding, or is this an actual issue in the plugin?

tp commented 22 hours ago

I know the "ding" you get when logging in with SiwA.

Our plug-in just calls the native functions here on iOS, so if no sound came that's unrelated to our package. Maybe the "side/sound toggle" was off in that moment?