You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.


remote-notification


remote-notification


<key>UIBackgroundModes</key>

<array>

<string>remote-notification</string>

</array>




转载于:https://my.oschina.net/asjoker/blog/658574

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-09-02
猜你喜欢
  • 2021-07-15
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案