0

我想在两个应用程序(ios 和 watchos)的应用程序组中访问这个文件我正在使用以下代码进行访问。在我创建容器的 watchos 中,它工作正常,但 iOS 中的相同代码给了我错误

let fileManager1 = FileManager.default
let container = fileManager1.containerURL(forSecurityApplicationGroupIdentifier: "group.com.XX.YY")
let fileName = "XYZ.wav"

let saveUrl = container?.appendingPathComponent(fileName)

我发现错误是因为它们具有不同的容器路径。

我的问题是:如何在两个应用程序中访问 appgroup 中的文件。?

4

0 回答 0