-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppCheck + AppAttest still causing DCErrorInvalidInput #14569
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @matsomatic, I would recommend trying Firebase 11. It uses AppCheckCore 11 which includes two improvements that may address this issue: https://github.com/google/app-check/blob/main/CHANGELOG.md |
@ncooke3 Thanks, I'll give that a go at once. |
Hey @matsomatic. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @matsomatic if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Description
Hello,
This reports builds upon #12629. Based on the discussion there it appeared the issue had been resolved, possibly with 10.27.0. However with Firebase iOS SDK 10.29.0 and AppCheck 10.19.2 the issue still manifests itself. Even in a small group of testers on a Testflight distribution some users were blocked from making requests as AppCheck
failed.
Any help or workarounds would be much appreciated.
Reproducing the issue
The code used to try to acquire a token:
return try await AppCheck.appCheck().token(forcingRefresh: false).token
Firebase SDK Version
10.29.0
Xcode Version
16.2
Installation Method
Swift Package Manager
Firebase Product(s)
App Check
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
No response
The text was updated successfully, but these errors were encountered: