Development App Key and App Secret for Android

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 10:28:40

问题


I'm trying to set up a push notification for android app using urban airship with Helium option. However, I need to find these information for my app which I have no idea where to find from. any comments or advice would be greatly appreciated. Thank you!

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

回答1:


These keys are found on the UrbanAirship website once you have set up an application.

Once this is done you can click 'Visit application' and you will be able to see the keys, which you then put in the app.

They basically tell the Android app you are developing which application on the Urban Airship service to connect to.



来源:https://stackoverflow.com/questions/12936694/development-app-key-and-app-secret-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!