hypertrack

Hypertrack is preventing FCM notification in Flutter

旧巷老猫 提交于 2020-12-15 07:53:09
问题 When I use hypertrack_plugin along with firebase_messaging in Flutter, I am not able to receive any message in Android. However, it works fine in iOS. Version of hypertrack_plugin: 0.1.3 Version of firebase_messaging: 7.0.3 回答1: UPDATE This issue has been fixed in the plugin update which is in the version hypertrack_plugin: 0.1.4 Problem You are facing this issue because there is multiple service class that extends from FirebaseMessagingService . Because of this, messages are received in one