1

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

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

我的进步:

  1. 我在http://www.pushwoosh.com/programming-push-notification/android/android-gcm-api-configuration/上注册并按照以下说明进行操作:http ://www.pushwoosh.com/programming-push-通知/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";

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

PS我以前不使用android。如果我错了,请依次更正我的步骤。

4

1 回答 1

4

对于原生 android 集成,请参阅

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

于 2014-07-14T20:24:51.033 回答