简体   繁体   English

Flutter android - 从应用商店下载时,在 ios 测试飞行中工作的通知不起作用

[英]Flutter android - notification working in ios testflight does not work when downloaded from app store

I published the "B&B Prosthetic Hair" application that I wrote with Flutter to the app store and google play, androşd receives notifications completely without any problems, it works in testflight and emulator on ios, but when you download it from the app store, the notification does not appear, and there is no notification permission in the settings.我将使用 Flutter 编写的“B&B Prosthetic Hair”应用程序发布到了应用商店和 google play,androşd 完全没有任何问题地接收通知,它可以在 ios 上的 testflight 和模拟器中运行,但是当你从应用商店下载它时,没有出现通知,设置里也没有通知权限。 But testfliht also shows up.但是 testfliht 也出现了。

You need to request access to the user if you are using Firebase Messaging.如果您使用 Firebase 消息传递,则需要请求访问用户。

You can read more here .你可以在这里阅读更多。

暂无
暂无

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

相关问题 Flutter iOS 应用程序在前台时的 FCM 推送通知 - Flutter FCM push notification for iOS when app is in foreground 从 Play 商店安装应用程序时,flutter firebase 手机身份验证不起作用 - flutter firebase phone authentication not working when the app is installed from play store Flutter - 打开应用程序后如何删除 iOS 通知徽章 - Flutter - How to remove iOS notification badge after opening app Flutter:当通知从 FirebaseMessaging 到达时如何打开应用程序(无需用户操作) - Flutter: How to open the App when notification arrives from FirebaseMessaging (without user action) Flutter,当我从 firebase 消息发送通知时出现此错误并且我的应用程序冻结 - Flutter, when i send notification from firebase messaging i get this error and my app freeze 从用户应用程序向管理应用程序发送推送通知 - Flutter - Send Push notification from user app to admin app - Flutter Flutter Firebase 消息 - 应用打开时不显示推送通知 - Flutter Firebase messaging - push notification is not showing when app is open Flutter:当应用程序处于后台时无法显示本地通知 - Flutter: Not able to show local notification when the app is in background 如何在 Android Studio 中的后台应用程序时从 Android 通知中打开 URI - How to open URI from Android notification when the app on background in Android Studio 当 flutter 应用程序处于后台时,通知不会进入发布模式 - Notification is not coming in release mode when flutter app is in background
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM