作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
Xcode 9 (iOS 11) 在注册推送(远程)通知时向我显示错误/警告。
这里是错误信息
这是我试过的代码:
let center = UNUserNotificationCenter.current()
center.delegate = self
center.requestAuthorization(options: [.sound, .alert, .badge]) { (granted, error) in
if error == nil{
UIApplication.shared.registerForRemoteNotifications()
}
}
错误/警告线:
UIApplication.shared.registerForRemoteNotifications()
如何解决?
最佳答案
在 swift4
你可以解决这个问题
DispatchQueue.main.async {
UIApplication.shared.registerForRemoteNotifications()
}
希望这会有所帮助...
关于ios - UIApplication.registerForRemoteNotifications() 只能从主线程调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44391367/
有一条(相对)众所周知的 Perl 公理:“只有 Perl 可以解析 Perl”。我想知道 Perl 6 是否仍然如此? 扩大讨论...考虑到 PyPy 最近的更新,我想到了这个问题。 Perl 独特
这是设置。在上一个问题中,我发现我可以通过子组件中的状态传递对象属性,然后使用 componentDidUpdate 获取该对象属性。在这种情况下,状态和属性都称为到达。 这是基本代码... expo
我运行的是 10.5.2 社区版。我已经标记了 源/主要/资源 作为源目录。我可以右键单击并“编译”某些文件,据我所知,这意味着 IDE 将文件复制到与发送类文件的“com.mydomain.pack
我是一名优秀的程序员,十分优秀!