我正在尝试使用带有 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