标签: ios swift firebase nsurlsession firebase-storage
我在iMessage扩展程序中使用Firebase,即使用户杀死应用程序,我也需要上传数据。唯一的方法是使用URLSession。有没有办法使用URLSession上传到Firebase存储,还是有其他方式可以上传数据而不会杀死应用程序。
以下不起作用:
UIApplication.shared.beginBackgroundTask(expirationHandler: nil)
由于iMessage扩展无法访问UIApplication.shared