Receiving Push Notifications while in background

前端 未结 4 411
既然无缘
既然无缘 2020-11-29 02:40

I know this is covered in a lot of places, but I cannot figure this out. I use Urban Airship for push notifications. Everything seems to be fine except that when my app is

4条回答
  •  粉色の甜心
    2020-11-29 02:57

    didReceiveRemoteNotification is calling ONLY if app in foreground or if app is just launched or is bought from background to foreground

    link in Apple and some question

提交回复
热议问题