diff --git a/Plugin.FirebasePushNotifications/Platforms/Android/Constants.cs b/Plugin.FirebasePushNotifications/Platforms/Android/Constants.cs index 6c64a91..2f6338a 100644 --- a/Plugin.FirebasePushNotifications/Platforms/Android/Constants.cs +++ b/Plugin.FirebasePushNotifications/Platforms/Android/Constants.cs @@ -32,7 +32,7 @@ internal static partial class Constants public const string IconKey = "icon"; public const string LargeIconKey = "large_icon"; public const string SoundKey = "sound"; - public const string ChannelIdKey = "channel_id"; + public const string ChannelIdKey = "gcm.notification.android_channel_id"; public const string ShowWhenKey = "show_when"; public const string BigTextStyleKey = "bigtextstyle"; diff --git a/Plugin.FirebasePushNotifications/Plugin.FirebasePushNotifications.csproj b/Plugin.FirebasePushNotifications/Plugin.FirebasePushNotifications.csproj index 95f354e..a0b6ac1 100644 --- a/Plugin.FirebasePushNotifications/Plugin.FirebasePushNotifications.csproj +++ b/Plugin.FirebasePushNotifications/Plugin.FirebasePushNotifications.csproj @@ -1,11 +1,12 @@  - net7.0;net7.0-android33.0;net7.0-ios;net8.0;net8.0-android34.0;net8.0-ios17.0 + net9.0;net9.0-android35.0;net9.0-ios18.0 Library true - 8.0.3 - 7.0.49 + 9.0.110 + + true enable disable @@ -22,6 +23,10 @@ AnyCPU;Simulator;Device + + + + Plugin.FirebasePushNotifications @@ -113,8 +118,8 @@ - - + +