将 android 的推送通知与 localytics 集成
integrate push notifications for android with localytics
有人使用 Localytics 为 Android 集成推送通知吗?
我已经完成了他们网站上提到的代码更改。
Localytics Android Integration
现在,当我尝试使用 Google API 密钥配置我的应用程序时,它给我错误提示为推送通知提供密码:
ErrorMessage: An error occurred. Possible cert password or validation issues. Please try again or contact support.
我们遇到了同样的问题,并通过重新生成 GCM API 密钥解决了这个问题。为此,您必须前往:
https://console.developers.google.com/project
找到有问题的项目。转到已启用 APIs,找到 "Google Cloud Messaging",然后禁用 API 键。
然后return到GCM页面:
并为 GCM 重新启用该项目。此过程生成的新 API 密钥适用于 Localytics。
有人使用 Localytics 为 Android 集成推送通知吗?
我已经完成了他们网站上提到的代码更改。 Localytics Android Integration
现在,当我尝试使用 Google API 密钥配置我的应用程序时,它给我错误提示为推送通知提供密码:
ErrorMessage: An error occurred. Possible cert password or validation issues. Please try again or contact support.
我们遇到了同样的问题,并通过重新生成 GCM API 密钥解决了这个问题。为此,您必须前往:
https://console.developers.google.com/project
找到有问题的项目。转到已启用 APIs,找到 "Google Cloud Messaging",然后禁用 API 键。
然后return到GCM页面:
并为 GCM 重新启用该项目。此过程生成的新 API 密钥适用于 Localytics。