iOS Does saving data in share group directory is safe?
问题 I need to access to the data (photos, database...) from the app and app extension. But the app can't access to the app extension document folder. I've searched and storing data at shared app group folder instead of saving it in the document dictionary is the solution. /Users/*/Library/Developer/CoreSimulator/Devices/8B1DB861-AA3F-446F-A559-D4727CDB9285/data/Containers/Shared/AppGroup/4849394B-CD33-4A85-9C6F-70573B615D6C But, does it safe? In my previous question, i've asked about the location