android - Urban Airship - Channel id is null for reinstallation of same apk -


i using urban airship push notifications in android. getting channel id first installation, when after reinstall of same apk, channel id null. , happening sometimes. can please me out.

thanks in advance.

the channel id takes http call create, not available right away. if device has limited connectivity may take while channel create.

your application can notified when channel created using broadcast receiver - http://docs.urbanairship.com/platform/android.html#listening-for-push-events


Comments