远程推送通知是否需要在Info.plist中添加UIBackgroundModes?
问题描述:
我已经集成的远程推送通知,但我得到这样的警告:远程推送通知是否需要在Info.plist中添加UIBackgroundModes?
didReceiveRemoteNotification:fetchCompletionHandler:]
,但你仍然 需要在您Info.plist
添加“remote-notification
”你支持UIBackgroundMode
S的名单。
我的Xcode版本是8.3.1。我真的想把这加到Info.plist
。我也跟着一些教程,但他们也没有提到这一点。我该怎么做?
非常感谢你 – user1960169