5

I have an app with the following code:

NSURL *containerURL = [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"group.com.myCo.myApp"];
[containerURL URLByAppendingPathComponent:@"Myfile"]];

Reading and writing from Myfile is working, but I'd like to be able to access the file directly on my phone for debugging and testing purposes.

It's not in App's container (Window > Devices >> Download container), is it really not accessible to developers who have the device attached to the computer? I feel like I'm missing something here?

lewis
  • 2,936
  • 2
  • 37
  • 72
  • If you got the solution then ..please upload your code...Because i have same problem. – Milan patel Apr 26 '16 at 10:09
  • Currently I have no solution. Luckily it has not gotten urgent yet.. If you find something please update here too! – lewis Apr 27 '16 at 19:12

0 Answers0