The method that I used with iOS6 does not work now
When I try to download the app by iOS7 device i get alert view with text "cannot connect to www....", while with iOS6 device I can download and install app.
why?
The method that I used with iOS6 does not work now
When I try to download the app by iOS7 device i get alert view with text "cannot connect to www....", while with iOS6 device I can download and install app.
why?
iOS 7 requires the manifest file to be on HTTPS (with a trusted certificate). I've found a great suggestion on the Internet - put the manifest into Dropbox. Dropbox gives out public files via https, and it has trusted certificate. It works for me.