Hello There,
I am trying to install an app on ours internal devices without success.
My license as IOS developer is enterprise.
Using corona Sdk pro.
My procedure is as follows:
Download the provisioning profile from the site IOS developer
Prepare to build
I create the file Info.plist:
<?xml version=“1.0” encoding=“UTF-8”?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version=“1.0”>
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>[my site]i/</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>[my provisioning]</string>
<key>bundle-version</key>
<string>1.0.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>Turni</string>
</dict>
</dict>
</array>
</dict>
</plist>
I put everything in my secure site (https: //) via itms service
When I try to install the APP, via the web, it faults:
“at the moment I can not download the file”
checking the console I see the following error:
Mar 31 13:48:49 iPhone installd[2042] <Error>: 0x10060c000 _IsValidZipArchiveAccordingToBom: File starts with 0xefbbbf3c; expected 0x504b0304
Mar 31 13:48:49 iPhone installd[2042] <Error>: 0x10060c000 -[MIInstaller _setupPackageStateWithError:]: Archive at /var/mobile/Media/Downloads/2035777144770802898/1391113972760799175 doesn’t appear to be a zip archive
What is the correct procedure?
The file must be ZIP or IPA?
Any idea?
All the Best
Pasquale