Hi guys,
I'm trying to prepare an app for enterprise deployment and I'm running into some issues because the only documentation I'm finding either doesn't give a step by step process (Apple's docs), or the problems I'm having have no recent solutions for the newest versions of the developer portal and XCode 5.
Here is the situation:
I have an Enterprise account, and I have an in house app I need to deploy on an unknown number of devices through Air Watch. I cannot change this and use Testflight or any other type of solution, it has to be Air Watch.
I also need to be able to install this app without having to register UDIDs. From my understanding I should be able to do this with an enterprise account and building the app -> clicking on Archive -> Saving for Enterprise and AdHoc distribution -> and checking "Save for Enterprise Distribution" -> and filling out the URL* and app name.
The problem I'm facing is the provisioning profile never gets bundled with the app. When I check the .ipa file using Apple Configurator it says a valid provisioning profile cannot be found.
In my developer portal I have both a development and distribution profile and I can see them both in keychain. I also select the development profile for debug and the distribution file for release before I archive. Is there a special way of bundling the provisioning profile with the .ipa?
Airwatch has been useless. I sent them an email explaining their documents are out of date and the options they show no longer exist and they sent me back an older version of the same document. (Go Airwatch
).
*I'm not really sure what goes in URL because Apples site says its a server where your provisioning profile is stored but we're not doing it that way, the profile has to be bundled with the .ipa for Airwatch from what I was told. I tried using the com.blahblah.Appname but that didn't help.
I'm trying to prepare an app for enterprise deployment and I'm running into some issues because the only documentation I'm finding either doesn't give a step by step process (Apple's docs), or the problems I'm having have no recent solutions for the newest versions of the developer portal and XCode 5.
Here is the situation:
I have an Enterprise account, and I have an in house app I need to deploy on an unknown number of devices through Air Watch. I cannot change this and use Testflight or any other type of solution, it has to be Air Watch.
I also need to be able to install this app without having to register UDIDs. From my understanding I should be able to do this with an enterprise account and building the app -> clicking on Archive -> Saving for Enterprise and AdHoc distribution -> and checking "Save for Enterprise Distribution" -> and filling out the URL* and app name.
The problem I'm facing is the provisioning profile never gets bundled with the app. When I check the .ipa file using Apple Configurator it says a valid provisioning profile cannot be found.
In my developer portal I have both a development and distribution profile and I can see them both in keychain. I also select the development profile for debug and the distribution file for release before I archive. Is there a special way of bundling the provisioning profile with the .ipa?
Airwatch has been useless. I sent them an email explaining their documents are out of date and the options they show no longer exist and they sent me back an older version of the same document. (Go Airwatch
*I'm not really sure what goes in URL because Apples site says its a server where your provisioning profile is stored but we're not doing it that way, the profile has to be bundled with the .ipa for Airwatch from what I was told. I tried using the com.blahblah.Appname but that didn't help.