AppCheck fails on ios Simulator
Asked Answered
A

1

6

I have appcheck working fine off same codebase on my real ios device,

But on the simulator, I'm seeing:

await kFirebaseFuncs.httpsCallable('doIt') and

PlatformException (PlatformException(failed-precondition, The function must be called
from an App Check verified app., {message: The function must be called from an App
Check verified app., code: failed-precondition}, null))

Is there something I need to do to make appcheck work on ios simulator?

Asben answered 20/5, 2022 at 3:4 Comment(0)
A
8

https://firebase.google.com/docs/app-check/ios/debug-provider

This is what was needed to fix this

Asben answered 20/5, 2022 at 15:22 Comment(1)
Unbelievable, could they have implemented this any more clumsy...Thermidor

© 2022 - 2025 — McMap. All rights reserved.