Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I mean not in-code access. For example I have installed app (through Testflight service) and I want to view/modify its resources.

I can download Library data from XCode organizer but not whole app. Maybe there is a way to download the app (to upload it back after modifications)?

share|improve this question

2 Answers

If you are developing an app, you can view the files in your application's sandbox. To do this in Xcode, open the Xcode organizer while the device is connected, select the "Devices" tab, open up the drop down button under your device name, select applications, and choose the app that you want to inspect the sandbox for. Then click the download button.

Hope this helps!

share|improve this answer
XCode Organizer shows only Library and Documents folders but not app package. – brigadir Jun 21 '12 at 6:24

You can get the .app of the application transfered to windows machine. In windows machine will be able to extract the contents inside the .app

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.