Urbanairship android unable to getAPID()

时光毁灭记忆、已成空白 提交于 2019-12-04 19:27:17

APID is no longer used in the 5.x series of Urban Airship. Instead the new "channel" identifier is used. Its essentially the same as the APID. Also, the Channel will most likely not be available right when takeoff is finished. They require http requests to generate and set. Instead, you should add a broadcast receiver to be notified when the channel is generated. See http://docs.urbanairship.com/build/push/android_features.html#listening-for-push-events for more details.

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