Google Play 商店部署的应用没有发出任何请求

No requests are being made from Google Play Store deployed app

我在 Ionic 中制作了一个应用程序,并在 Google Play 商店中以封闭测试版的形式发布了它。使用 "ionic serve" 或 "ionic run android" 测试时,HTTPS 请求运行良好,但如果我从 Google Play 商店安装应用程序,则不会执行任何请求。可能是什么问题?

更新:另外,当我在 phone 上安装调试 apk 时,正在完成请求。签名并 zipaligning 后,它不再有效

虽然在调试模式下允许通过 "ionic run" 或 "ionic serve" 命令发出不受信任的 https 请求,但一旦应用上传到 Google Play 商店,这些请求就不会成功默认。后端需要受信任的证书。