Do remote push notifications require to add UIBackgroundModes in Info.plist?

后端 未结 5 2081
自闭症患者
自闭症患者 2021-01-30 19:25

I have integrated remote push notifications, but I am getting this warning:

didReceiveRemoteNotification:fetchCompletionHandler:], but you st

5条回答
  •  心在旅途
    2021-01-30 20:03

    You can also edit needed info.plist (Open As -> Source Code) and paste :

    
    UIBackgroundModes
        
            remote-notification
        
    

提交回复
热议问题