简体   繁体   English

Android-所有Android版本均可接收Firebase推送通知

[英]Android - Can all Android versions receive Firebase push notifications

We are building a Xamarin project and we are using Firebase as our push notification service. 我们正在构建Xamarin项目,并将Firebase用作推送通知服务。 However we have picked up that on lower versions of Android the push notifications aren't coming through. 但是,我们发现在较低版本的Android上,推送通知不会通过。

Is there any minimum Android version requirement for Xamarin Android Firebase Messaging? Xamarin Android Firebase Messaging是否有最低Android版本要求?

Thanks in advance. 提前致谢。

As per the official documentation: 根据官方文档:

FCM clients require devices running Android 4.0 or higher that also have the Google Play Store app installed, or an emulator running Android 4.0 with Google APIs. FCM客户端需要运行Android 4.0或更高版本且还安装了Google Play商店应用的设备,或运行带有Google API的Android 4.0的模拟器。 Note that you are not limited to deploying your Android apps through Google Play Store. 请注意,您不仅限于通过Google Play商店部署Android应用。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM