OTA (Over the air) IOS 7.1 after change http-https still cannot connect server?
问题 For iOS 7.1, when you try to do an OTA install which has an http link to the .plist file, you will get this error: ‘Cannot install applications because the certificate for com.test.com is not valid’ then I have a found ios 7.1 cannot use http anymore.Need to change http to https like example itms-services://?action=download-manifest&url=http://www.test.com/OTA_App_Name.plist to itms-services://?action=download-manifest&url=https://www.test.com/OTA_App_Name.plist After i change it still got