Over the air (OTA) installation fails for iOS8 app using itms-services URL

后端 未结 5 1764
余生分开走
余生分开走 2020-12-29 00:14

For all prior versions of iOS, I\'ve used the itms-services:// URL to install test iOS apps over the air (OTA). Now, all my devices with iOS8 fail when trying to install app

5条回答
  •  情歌与酒
    2020-12-29 00:50

    As far as we know, this issue still not be solved in iOS 8.1, and we found that this solution will cause some side effect. After iOS 7.0.x devices use this method to install inHouse apps, although the app installed successful but the home screen left a black square, and can't be deleted.

    You have to separate the install method between iOS8 and other iOS versions, which means you change the install method in iOS8, and keep the original install method in other version.

提交回复
热议问题