I've come up against a confusing issue. I'm using Testflight for ad hoc distribution to test my build with a few testers. My app makes use of the documents directory to store images taken with the camera or from the photo library.
The problem I have is that every time I install an ad hoc build from Testflight, it changes the app id part of the documents directory.
ie
/var/mobile/Applications/{APPID}/Documents/
is different after installing a new ad hoc build. It also changes if I reinstall the same build from Testflight. It was my understanding that this should be consistent - is this not correct?