AppCheck fails on ios Simulator

338

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

This is what was needed to fix this

Share:
338
hunterp
Author by

hunterp

Updated on December 02, 2022

Comments

  • hunterp
    hunterp over 1 year

    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?