recherche

Maison  >  Questions et réponses  >  le corps du texte

iOS中APP在前台运行,我在个推上发推送消息,为什么不走didReceiveRemoteNotification方法?

iOS中APP在前台运行,我在个推上发推送消息,为什么不走application:(UIApplication )application didReceiveRemoteNotification:(NSDictionary )userInfo方法,
但是我把App压入后台,在个推上发推送消息,就走application:(UIApplication )application didReceiveRemoteNotification:(NSDictionary )userInfo方法?
求大神们,指点!

PHP中文网PHP中文网2809 Il y a quelques jours693

répondre à tous(2)je répondrai

  • 阿神

    阿神2017-04-17 17:32:42

    N'avez-vous pas ajouté cette phrase lors du push en arrière-plan : payload.setContentAvailable(1); regardez la description de chaque push, https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html

    répondre
    0
  • ringa_lee

    ringa_lee2017-04-17 17:32:42

    Ce qu'il a dit, c'est que quand le premier plan court, pas quand on pousse, frère

    répondre
    0
  • Annulerrépondre