因為FCM改版,改版推播有設定音效,但上架google play下載的APP安裝部分手機還是沒依據我設定
我設的音樂檔,但沒音樂的程式compiler到手機 測試是有音樂的耶!
我抓不到問題有android13、14手機不行,但也有android14可以
Root rootObj = new Root();
rootObj.message = new Message();
rootObj.message.token = "xxxx"; // FCM Token id
// Data payload
rootObj.message.data = new Data();
rootObj.message.data.title = "test";
rootObj.message.data.body = "test me";
rootObj.message.data.key_1 = "Sample Key";
rootObj.message.data.key_2 = "Sample Key2";
// Android-specific notification payload
rootObj.message.android = new Android();
rootObj.message.android.priority = "high"; // 設定優先級為 high
rootObj.message.android.notification = new AndroidNotification();
rootObj.message.android.notification.title = "test";
rootObj.message.android.notification.body = "send data20241004";
rootObj.message.android.notification.sound = "pushmusic2"; //
Sound file in Android app's raw folder
rootObj.message.android.notification.channel_id = "xxx"; //
Notification channel I