简体   繁体   中英

how to register apid in urban airship for android?

I have completed client side code by download sample from git for push notification in android. After execute of app i got app-key and apid from server. But when i opening the my account in Urban Airship,i found following data that said my app has not registered any application.在此处输入图像描述

What to do now?Any help will be appreciated

Urban airship is on maintenance mode.If u try to get apid from there,u will not get any response. Another way of push notification in android is use C2DM. Try google C2DM may u get result.

According to Uarban Airship, you need to add the Reciever class

android:name=".SampleApplication" 

to your

<application>

in the manifest to get your app to listen for broadcasts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM