You can distribute your Enterprise application without MDM. How it works, you upload the .ipa file and manifest file .plist to a site somewhere. Then you just put the hyperlink that connects to the .plist file. The end user uses the browser on his device, removes the link and automatically installs the application on his device. You can find a tutorial here, which can be easily found here . The only problem is that the tutorial uses an old version of xcode that generates a .plist file for you. Xcode 6 will not generate a .plist file, but you can find an example file here . Just replace the .ipa file url, package id, package version and header with your own values.
source share