3

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?

hunterp
  • 15,716
  • 18
  • 63
  • 115

1 Answers1

3

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

This is what was needed to fix this

hunterp
  • 15,716
  • 18
  • 63
  • 115