简体   繁体   English

[Firebase/InAppMessaging][I-IAM700002] 消息获取期间发生错误 Error Domain=NSURLErrorDomain Code=403 "(null)"

[英][Firebase/InAppMessaging][I-IAM700002] Error happened during message fetching Error Domain=NSURLErrorDomain Code=403 "(null)"

I am working on an Angular + Cordova project.我正在做一个 Angular + Cordova 项目。 I am trying to use the cordova-plugin-firebasex plugin for push notifications functionalities.我正在尝试使用cordova-plugin-firebasex插件来实现推送通知功能。 It is doing good for Android and everything seems to work as expected.它对 Android 很好,一切似乎都按预期工作。

However, when I am trying the same for iOS, the build is getting prepared without any issue but on opening the app, the app gets stuck in the splash screen.但是,当我尝试对 iOS 进行相同操作时,构建准备就绪,没有任何问题,但在打开应用程序时,应用程序卡在启动画面中。

I have checked the log from Xcode and below is the error after which the app gets stuck.我已经检查了 Xcode 的日志,下面是应用程序卡住之后的错误。

[Firebase/InAppMessaging][I-IAM700002] Error happened during message fetching Error Domain=NSURLErrorDomain Code=403 "(null)"

My Development Environment:我的开发环境:


  1. Angular - 11 Angular - 11
  2. Cordova - 11 Cordova - 11
  3. cordova-ios - 6.2.0科尔多瓦-ios - 6.2.0

Any help regarding this is appreciable.对此的任何帮助都是可观的。

The issue got resolved when I used the CLI version of the cordova-plugin-firebasex .当我使用cordova-plugin-firebasex的 CLI 版本时,问题得到了解决。 Follow the below link for a detailed explanation: https://github.com/dpa99c/cordova-plugin-firebasex#cordova-cli-builds请点击以下链接获取详细说明: https://github.com/dpa99c/cordova-plugin-firebasex#cordova-cli-builds

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 域=NSURLError域代码 1202 - Domain=NSURLErrorDomain Code 1202 跨账户 IAM 角色赋予服务:Amazon S3; 状态码:403; 错误代码:拒绝访问 - Cross-account IAM roles giving Service: Amazon S3; Status Code: 403; Error Code: AccessDenied Firebase 部署功能 - HTTP 错误 403 - Firebase deploy functions - HTTP Error 403 Firebase 自定义认证域错误 - Firebase Customize Authentication Domain Error 如何删除 Firebase 中的此错误:“此域已在使用中。”? - How Do I Remove This Error in Firebase: "This domain is already in use."? 在 terraform 申请期间遇到错误 403 - running into error 403 during terraform apply Google 电子钱包错误消息(某些域错误) - Google Wallet Error Message (some Domain Error) Next/Image + Firebase 存储403读取错误 - Next/Image + Firebase Storage 403 Error on read 更新:iam_policy_document:错误:无效参数:无效参数:策略错误:null 状态代码:400,请求 ID - UPDATE: iam_policy_document: Error: InvalidParameter: Invalid parameter: Policy Error: null status code: 400, request id Firebase 未捕获 inAppMessaging 事件 - Firebase inAppMessaging events not getting captured
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM