The message "Can't connect do dl.dropboxusercontent.com" message occurs when my users try to install my Enterprise app.
In 2014, August, this worked fine.
The app name is "Lufix1"
This is my .plist:
<!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>https://dl.dropboxusercontent.com/u/24763192/Lufix/lufix1.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://dl.dropboxusercontent.com/u/24763192/Lufix/large.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://dl.dropboxusercontent.com/u/24763192/Lufix/small.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>br.com.lufix.lufix1</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>September 2015/string>
<key>title</key>
<string>Lufix</string>
</dict>
</dict>
</array>
</dict>
</plist>
This is my installation page:
<html>
<body>
<center>
<a href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/u/24763192/Lufix/lufix1.plist">
Install Lufix
</a>
</center>
</body>
</html>
I signed the app with the new distribution certificate generated today.
What am I doing wrong?