使用iOS推送时警告错误的解决方法
程序员文章站
2023-12-18 18:06:22
在使用ios推送时,出现下面错误:
**[1412:60b] you've implemented -[...
在使用ios推送时,出现下面错误:
**[1412:60b] you've implemented -[<uiapplicationdelegate> application:performfetchwithcompletionhandler:], but you still need to add "fetch" to the list of your supported uibackgroundmodes in your info.plist. **[1412:60b] 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.
解决方法:porject --> capabilities --> background modes --> background fetch & remote notifications -->选中为on 状态
我还遇到一种情况
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.
破解方法还 和上面是一样的,如图
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
推荐阅读
-
使用iOS推送时警告错误的解决方法
-
使用iOS推送时警告错误的解决方法
-
Win10系统电脑在使用浏览器播放视频时蓝屏错误代码0x000008e的多种解决方法
-
使用Mac App Store更新、下载软件时出现未知错误的解决方法
-
使用u盘时弹出错误提示0x80070570 的解决方法(图文)
-
电脑中使用扫描仪时提示通讯错误时请更新扫描端口的解决方法
-
在使用u盘时弹出错误提示0x80070570的图文解决方法
-
IIS7下使用ASP.NET连接ACCESS数据库时提示如下错误的解决方法
-
使用存储过程时一个错误的解决方法_MySQL
-
使用Mac App Store更新、下载软件时出现未知错误的解决方法