I want to access container app file in my custom keyboard extension through App Group feature.For That purpose I have create Group ID on my Apple portal and also added it in my both targets(Keyboard and app)
I have successfully access data by NSUserDefaults
its working fine I can access data. But I am stuck on getting file from container app
I have access URL
NSURL *containerURL = [[NSFileManager defaultManager]
containerURLForSecurityApplicationGroupIdentifier:@"group.com.company.app"];
NSURL Return URL in following way.
/Users/AxisCyberTech1/Library/Developer/CoreSimulator/Devices/1649BBF4-6615-4E53-BFC9-A3D07F3CA70A/data/Containers/Shared/AppGroup/49A4F24B-30A8-474E-8FFA-072E0DF61CBD/
but this path not access any file from Container source bundle. How can I access container souce file