How do I circumvent code signing in xcode 4.4 for iOS 5?
Trying to get a demo out the door for a presentation at a board meeting and don’t have time to wait for it to clear the app store process. I will submit through regular channels later. This is a time issue, not a money issue. Any thoughts?
Found lots of demos for 4.2 and lower but nothing for 4.4.
You can use Testflight to distribute the application ad-hoc. Just sign it with a distribution provisioning profile and don’t forget to include the Entitlements.plist ( with
Can be debuggedset to NO)