iOS - Push notification alert is not shown when the app is running

前端 未结 7 618
死守一世寂寞
死守一世寂寞 2020-12-12 15:45

I\'ve integrated push notifications in my app. Users will receive push notification to join a group. When the user clicks Join, I\'ve to handle something in

7条回答
  •  [愿得一人]
    2020-12-12 16:33

    only this function will be invoked and you have to explicitly show the alert on that case no notification will come if app is running in which you have implement the notification.Put the break point there and handle the notification call when function called and show your customized alert there.

提交回复
热议问题