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

前端 未结 7 622
死守一世寂寞
死守一世寂寞 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:23

    You have to show the alert yourself if you want to. This is intentional behavior as documented here http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/IPhoneOSClientImp/IPhoneOSClientImp.html below Listing 2-6

提交回复
热议问题