gpt4 book ai didi

java - 如何从 Android 应用程序的 Java 代码配置 Pushwoosh

转载 作者:行者123 更新时间:2023-11-29 03:19:10 24 4
gpt4 key购买 nike

请帮助了解如何配置应用程序以使用 pushwoosh 发送通知。

我当前的任务——为android机制创建通知机制:

我的进步:

  1. 我在 http://www.pushwoosh.com/programming-push-notification/android/android-gcm-api-configuration/ 注册并根据以下说明执行步骤:http://www.pushwoosh.com/programming-push-notification/android/android-gcm-api-configuration/

结果 - 我得到名为“API key ”的参数值

2.我正在阅读这个java代码示例:

http://www.pushwoosh.com/programming-push-notification/pushwoosh-push-notification-remote-api/#PushserviceAPI-JavaSample

这段代码使用了奇怪的常量:

 public static final String PUSHWOOSH_SERVICE_BASE_URL = "https://cp.pushwoosh.com/json/1.3/";
private static final String AUTH_TOKEN = "YOUR_AUTH_TOKEN";
private static final String APPLICATION_CODE = "PW_APPLICATION_CODE";

我不知道在哪里可以得到它。请澄清。

P.S. 我以前不使用 android。如果我错了,请依次纠正我的步骤。

最佳答案

用于 native android 集成 refer to

其中 PW_APPID – Pushwoosh 应用程序 ID,PW_PROJECT_ID – 您从 Google GCM 收到的项目编号,项目 ID 是一个数字,但请确保在其前面加上字母“A”

关于java - 如何从 Android 应用程序的 Java 代码配置 Pushwoosh,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24745184/

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