I have a \"PLUS\" version of my app and the regular version. I archive both of them using different targets. I upload the ipa\'s to TestFlight (also to my Hockey server) and t
I had problems using OTA (useing XCode 4.3.3, i guess its the same in XCode 4.x.x).
It only let me install Apps on Development Devices when i use the Release Provisioning Profile. When i changed the setting in the Scheme (By klicking on the Schemename and selct "Edit Scheme...". On the left row, there are this scheme settings, where i had to click "Archive" and change the "Build Configuration" to "Debug"). Than i was able to distribut Apps using OTA with my Development Provisioning Profile.
Hope it helps someone