我试图设置使用城市飞艇与氦选项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