MacOS 上 "Designed for iPad" 应用程序 运行 的缓存文件夹在哪里
Where is the cache folder of an "Designed for iPad" App running on MacOS
我们正在通过“专为 iPad 设计”机制向 Mac App Store 分发 iOS 应用程序。我现在想知道 documents / cache / ... 文件夹在哪里。我在 ~/Library/Application Support
和 ~/Library/Caches
中都找不到任何东西。
应用程序文件保存在哪里?
你是说 NSDocumentDirectory
吗?我觉得是在~/Library/Containers/<bundle id>/Data/Documents
.
下
我们正在通过“专为 iPad 设计”机制向 Mac App Store 分发 iOS 应用程序。我现在想知道 documents / cache / ... 文件夹在哪里。我在 ~/Library/Application Support
和 ~/Library/Caches
中都找不到任何东西。
应用程序文件保存在哪里?
你是说 NSDocumentDirectory
吗?我觉得是在~/Library/Containers/<bundle id>/Data/Documents
.