Android开发应用程序密钥和应用程序机密

Android开发应用程序密钥和应用程序机密,android,push-notification,urbanairship.com,Android,Push Notification,Urbanairship.com,我正在尝试使用带有氦选项的城市飞艇为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/air

我正在尝试使用带有氦选项的城市飞艇为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

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

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

他们基本上会告诉你正在开发的安卓应用程序连接到城市飞艇服务上的哪个应用程序


啊,好的。。非常感谢你对这个问题的回答。你可以在这里看到这些信息:“你的应用->设置->API和集成”。