请帮助理解如何配置应用程序使用pushwoosh发送通知。
我当前的任务-创建android机制的通知机制:
我的进展:
- 我在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";
我不知道在哪里可以得到它。请澄清。
注:我以前不使用android。如果我走错了,请依次纠正。
原生android集成参考
其中PW_APPID - Pushwoosh应用程序ID, PW_PROJECT_ID -您从Google GCM收到的项目编号,项目ID是一个数字,但确保您使用字母"a"作为前缀