Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用带有自定义操作(接受、解雇)的通知内容扩展。当按下关闭时,我正在尝试向我的服务器发送 https 请求。不断收到 -1009 错误(Internet 连接似乎处于脱机状态)。
应用程序设置为使用后台模式。
甚至可以在后台运行任何网络调用吗?
我的错。问题是在没有等待我的休息响应的情况下调用 completionHandler。