tags:

views:

27

answers:

1

I am trying to get file sharing to work on my app in iPad. I've added UIFileSharingEnabled to the plist, I've queried the documents dir and written a file there (and verified it is there by looking at it through Organizer). iTunes just refuses to display the file sharing info in the device's apps tab. Does anyone know of any obscure step I might be missing, or some edge case that might be causing my problem? I've tried all the rebooting, clean building avenues.

A: 

Try running a sync of your iPad to iTunes. That did it for me.

bosmacs
Yeah, tried it and it didn't work. :( Thanks for the suggestion though.
Joey
You might also try installing your app through iTunes once instead of Xcode; I've heard of some folks having success that way.
bosmacs
is there a way to do that with a dev build, or do I need to create an adhoc build of it (so it shows up in the list of apps)?
Joey
I *think* you can do it with a dev build, but I haven't tried. I'd use 'build and archive' in Xcode to produce an .ipa for iTunes.
bosmacs