Notifications don't come through when the app is closed

后端 未结 2 2015
轻奢々
轻奢々 2021-01-21 06:21

I\'ve got an Android app with push notifications set up using Urban Airship. The notifications work fine while my app is open but I need to still receive notifications when my a

2条回答
  •  一生所求
    2021-01-21 06:49

    is your projects package really named "mypackage" ? and is your receiver etc. in that package? Because it looks like all "myPackage" should be repalced with "com.urbanairship"

提交回复
热议问题