iOS Enterprise App release (some low-version system) can't install to the latest version of App-cache causes

Source: Internet
Author: User
Tags file url

When you publish an enterprise app on your website, you've been tested to find that there's a problem with a low-version iOS phone that has some older apps installed: A sweep code overlay installs a new version of the app, and the app is still installed on it. This results in some users not being able to update to the latest version. The detection is due to the mobile phone cache: There are two main parts of the cache, one is the page download plist resource path, and the second is plist to the IPA package download path:

First, the main process of publishing enterprise application is as follows

  1. Use Enterprise Certificate packaging to apply the IPA file and publish it to the resource server;
  2. Generate the Plist file, set the IPA file path in the file configuration sink, point to the previous step to generate the IPA file download path, publish the plist file;
  3. Create download page, add <a> label download Install button on page, href point to Previous step summary plist file URL, publish page;
Ii. adding random characters to the download path prevents the cache from downloading and installing the new version of the app
  1. Add a random string to the download button link
  2. Add a random string to the path of the plist file download IPA file

iOS Enterprise App release (some low-version system) can't install to the latest version of App-cache causes

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.