我的 appcheck 在我真实的 ios 设备上的相同代码库上运行良好,
但在模拟器上,我看到:
await kFirebaseFuncs.httpsCallable('doIt')
和
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))
Run Code Online (Sandbox Code Playgroud)
我需要做些什么才能使 appcheck 在 ios 模拟器上工作吗?