Amazon SNS:它是否处理Google Cloud Messaging Canonical Ids?

时间:2014-05-12 14:27:39

标签: android amazon-web-services google-cloud-messaging amazon-sns

我正在阅读Google Cloud Messaging文档,但我遇到了这一部分:

http://developer.android.com/google/gcm/adv.html#canonical

  

规范ID

     

如果稍后尝试使用不同的注册ID发送消息,GCM将照常处理请求,但它将在响应的registration_id字段中包含规范注册ID。确保使用此规范ID替换存储在服务器中的注册ID,因为您使用的ID最终将停止工作。

我们如何在使用Amazon SNS端点ANR时处理Canonical Id更新?

我查看了亚马逊API文档

CreatePlatformEndpoint http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformEndpoint.html

发布http://docs.aws.amazon.com/sns/latest/api/API_Publish.html

请建议。谢谢!

1 个答案:

答案 0 :(得分:0)

您无法通过SNS获取Canonical ID,但您可以通过Google GCM REST Api获取它。

请参阅:GCM with PHP (Google Cloud Messaging)

结果将具有Canonical ID。