5

我正在尝试使用带有 Helium 选项的城市飞艇为 android 应用程序设置推送通知。但是,我需要为我的应用程序找到这些我不知道从哪里找到的信息。任何意见或建议将不胜感激。谢谢!

For setting up Helium, make sure your transport is set correctly. Valid answers for transport are: helium or c2dm. The following should go in the assets/airshipconfig.properties of your project.

transport = helium
developmentAppKey = Your Development App Key
developmentAppSecret = Your Development App Secret
productionAppKey = Your Production App Key
productionAppSecret = Your Production App Secret
inProduction = false
4

1 回答 1

13

设置应用程序后,可以在 UrbanAirship 网站上找到这些密钥。

完成此操作后,您可以单击“访问应用程序”,您将能够看到密钥,然后将其放入应用程序中。

它们基本上告诉您正在开发的 Android 应用程序要连接到 Urban Airship 服务上的哪个应用程序。

在此处输入图像描述

于 2012-10-17T14:40:42.047 回答