Android Java应用程序 - 当发送通知时,发送者能收到通知,但其他运行该应用程序的设备却收不到。
创始人
2024-08-14 08:00:07
0

要解决这个问题,您可以使用Firebase Cloud Messaging(FCM)来发送通知,以便所有设备都能收到通知。以下是一个示例代码,演示了如何使用FCM发送通知:

  1. 在您的项目中添加Firebase依赖项。在项目的 build.gradle 文件中添加以下代码:
dependencies {
    implementation 'com.google.firebase:firebase-messaging:20.0.0'
}
  1. 创建一个名为 MyFirebaseMessagingService 的类,扩展自 FirebaseMessagingService。重写 onMessageReceived 方法来处理接收到的通知。
import android.util.Log;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;

public class MyFirebaseMessagingService extends FirebaseMessagingService {

    private static final String TAG = "MyFirebaseMessagingService";

    @Override
    public void onMessageReceived(RemoteMessage remoteMessage) {
        if (remoteMessage.getNotification() != null) {
            Log.d(TAG, "Message Notification Body: " + remoteMessage.getNotification().getBody());
            // 在这里处理接收到的通知
        }
    }
}
  1. AndroidManifest.xml 文件中注册 MyFirebaseMessagingService


    

        
            
                
            
        

        

    


  1. 在您的代码中发送通知。您可以使用以下代码示例发送通知:
import com.google.firebase.messaging.FirebaseMessaging;
import com.google.firebase.messaging.RemoteMessage;

public class MainActivity extends AppCompatActivity {

    private static final String TAG = "MainActivity";

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        // 在这里发送通知
        sendNotification("Hello, World!");
    }

    private void sendNotification(String message) {
        FirebaseMessaging.getInstance().send(new RemoteMessage.Builder("YOUR_SENDER_ID" + "@gcm.googleapis.com")
                .setMessageId(Integer.toString(getRandomId()))
                .addData("message", message)
                .build());
    }

    private int getRandomId() {
        return new Random().nextInt(10000);
    }
}

以上代码示例了如何使用Firebase Cloud Messaging发送通知。确保在 YOUR_SENDER_ID 处替换为您的 Firebase 项目的 Sender ID。

通过使用FCM,您可以确保所有运行该应用程序的设备都能收到通知。

相关内容

热门资讯

关于!微信微乐自建房辅助工具,... 关于!微信微乐自建房辅助工具,微乐家乡麻将自建房辅助app(开挂自建房)方法1)微乐家乡麻将自建房辅...
大家学习交流!微信卡五星辅助器... 大家学习交流!微信卡五星辅助器,微乐小程序免费黑科技(开挂自建房)方法1、很好的工具软件,可以解锁游...
三分钟了解!微乐微信自建房辅助... 三分钟了解!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、三分钟了解...
一分钟教会你!微乐家乡麻将自建... 一分钟教会你!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)方法1、用户打开应用...
分享实测!微信微乐自建房辅助工... 分享实测!微信微乐自建房辅助工具,微乐自建房脚本免费入口(开挂自建房)器1、起透看视 微信微乐自建房...
重大通报!微乐自建房辅助工具脚... 重大通报!微乐自建房辅助工具脚本,微乐小程序免费黑科技(开挂自建房)app微乐自建房辅助工具脚本破解...
如何分辨真伪!微乐微信自建房辅... 如何分辨真伪!微乐微信自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)技巧1、微乐微信自建房辅...
我来教教你!微乐自建房辅助工具... 我来教教你!微乐自建房辅助工具挂,微乐家乡麻将自建房辅助app(开挂自建房)工具1、玩家可以在微乐家...
重大来袭!微乐自建房辅助工具神... 重大来袭!微乐自建房辅助工具神器,微乐小程序免费黑科技(开挂自建房)器1、游戏颠覆性的策略玩法,独创...
带你了解!微信卡五星辅助器,微... 带你了解!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)方法1、带你了解!微信卡五星辅助器,...