I paid $99 and went through all the hokus pokus with provisioning. Now, how do I load my app into my iPad please?? My app is set up for ad hoc distribution.
No offense, but there are like 101 tutorials on google, i think even on this very forum. And u wan't it to be testing, or just putting it on for a loong time.
No offense, but there are like 101 tutorials on google, i think even on this very forum. And u wan't it to be testing, or just putting it on for a loong time.
Thanks JNOXX. I tried a few things and lo and behold it worked.
For the benefit of others:
I "set the active sdk" to "device" in XCODE
I set "the code signing identity" to "iPhone Developer" in both the Project Settings and the Target settings in XCODE
Interestingly, executing the app in debug or run w/o breakpoints actually installed my app in my iPad ... I didn't expect that!!
Also ... and I've never seen this documented ... when you make changes in Project Settings and/or Target Settings, it's often times necessary to close your project (and maybe even quit XCODE) in order to bind in the changes.