how to register apid in urban airship for android?

后端 未结 2 1424
隐瞒了意图╮
隐瞒了意图╮ 2021-02-20 00:10

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 m

2条回答
  •  梦谈多话
    2021-02-20 00:45

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

    android:name=".SampleApplication" 
    

    to your

    
    

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

提交回复
热议问题