Azure, iOS and enterprise deployment

If you want to deploy an iOS application provisioned under an enterprise license on an IIS box the steps are simple enough: – Create a folder where the .ipa file will be stored such as \inetpub\wwwroot\myApp – Create a manifest (.plist) file, here is an example of what that should look like [code language=”xml”] <?xml … Read more