[firebase_app_check]: MacOS : The attestation provider AppAttestProvider is not supported on current platform and OS version #17057
Labels
blocked: firebase-sdk
platform: macos
Issues / PRs which are specifically for MacOS.
plugin: app_check
type: enhancement
New feature or request
Is there an existing issue for this?
Which plugins are affected?
App Check
Which platforms are affected?
macOS
Description
I would like to re-open #10934 because i have hundreds of crashlytics reports for my live app on the Mac App Store (MacOS).
I would like to draw your attention on 2 specific cases :
The attestation provider AppAttestProvider is not supported on current platform and OS version
is thrown but myFirebaseAppCheck
setup is the following :So the first problem is that this error is thrown while i specify only
AppleProvider.deviceCheck
on MacOS.AppAttest
is not supported on MacOS, but nothing prevents us from using it inside the app which leads to this kind of errors.Reproducing the issue
deviceCheck
-appAttest
-appAttestWithDeviceCheckFallback
to see the different cases:await FirebaseAppCheck.instance.activate(appleProvider: AppleProvider.appAttestWithDeviceCheckFallback);
Firebase Core version
firebase_core: ^3.10.1
Flutter Version
3.27.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: