gpt4 book ai didi

android - 使用 PushBots 进行 Android 推送通知

转载 作者:行者123 更新时间:2023-11-29 21:33:44 26 4
gpt4 key购买 nike

我正在尝试将 pushbot 用于 android 推送通知。如果应用程序正在运行,它工作正常。但是例如,如果应用程序未运行并且推送通知到达,它会启动应用程序然后使其崩溃。对这个问题的原因有什么建议吗?

最佳答案

确定

  1. 您已将 PushBots.jar 文件复制到您的 android 项目的库文件夹中。
  2. 扩展应用程序类,并在其 onCreate 方法中初始化 PushBots,查看步骤 6,7 click here 了解更多详情

这是一个示例代码:

import com.pushbots.push.Pushbots;
import android.app.Application;


public class MyApplication extends Application {
@Override public void onCreate() {
super.onCreate();
Pushbots.init(this, "","");
}
}

关于android - 使用 PushBots 进行 Android 推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18853064/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com