【发布时间】:2025-11-23 19:55:02
【问题描述】:
我正在尝试使用带有 Helium 选项的城市飞艇为 Android 应用设置推送通知。但是,我需要为我的应用程序找到这些我不知道从哪里找到的信息。任何 cmets 或建议将不胜感激。谢谢!
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
【问题讨论】:
标签: android push-notification urbanairship.com