我编写了一个使用NSURLSessionUploadTask将数据上传到Web服务的应用程序。首先将其写入文件系统,然后传递给iOS,以便上传将在后台进行。
我需要做与Android类似的事情,但我不确定最佳解决方案是什么。我在github上发现了android-upload-service(https://github.com/gotev/android-upload-service),但我找不到Xamarin Forms的例子 - 有人用过吗?我也在github(https://github.com/CrossGeeks/FileUploaderPlugin)上看过FileUploaderPlugin,但这似乎不支持后台处理?