Fixed the problem of no response when iOS8 was installed for the Enterprise Edition.

Source: Internet
Author: User

Fixed the problem of no response when iOS8 was installed for the Enterprise Edition.
IOS 7 can be downloaded without any problems. iOS 8 found that the Enterprise Edition app on the official website clicked to prompt whether to install the application. However, after confirmation, the app did not respond. After searching for a long time, no problems were found. Later, I checked the device console and found it appeared during installation.

LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp

Later, I checked the information. Foreign developers speculated that it was a bug in ios8:

The biggest issue for us is that we can not reproduce this onany of our devices. our suspicion is that iOS 8 has some internalcache with bundle IDs and just doesn' t install a build if it thinksthat an app with this bundle ID is already installed. as theinstallation doesn' t even start, we think that iOS is matching thebundle identifier from the manifest plist against this cache.

It will check whether the ios cached identifier matches the bundle identifier in the plist file. If it matches, it will think that it has been installed and will not respond. The above explanation is clear. The solution is to modify the bundle Identifier in the plist file.

For example, if the BundleID of your plist file is com. mycom. MyApp, change it to com. mycom. MyApp. fixios8. (Create a fake bundleID, which can be obtained at will, so that ios will not think you have installed it. Remember to modify the bundleID of the plist file, not the bundleID of the application)

After the release, you can find it. If you have already installed the app, a new downloaded blank icon will appear, because the bundleID of this app is inconsistent with the bundleID of your plist. After the download is complete, overwrite the original app because it detects that the bundleID of the downloaded and installed app already exists and overwrites it.

Perfect solution.


After ios8 is installed, the APP does not respond.

In this case, the system can be restored or the network settings can be reset.
 
The mobile flow meter cannot be installed after the official version of ios80 is upgraded. How can this problem be solved?

When I got a ride and asked, I upgraded my hands, but I didn't respond to the installation on ydlly.cn. I didn't make any adjustments to the date.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.