When a developer publishes a new version of an offline package on the publishing platform, the client pulls the update package. The basic procedure is as follows:
The client sends a request to the MDS (Meta Data Service) server. The request includes the ID of the target H5 app and its local version number.
The server returns update information for the offline package, if available.
The client downloads the amr update file using the incremental package address and
download configuration parametersfrom the response. If noincremental package addressis available, the client downloads the full package using thePackage URL.
Procedure
The client requests information about the offline package.

The server returns information about the offline package update.

The client downloads the corresponding amr file using the incremental package URL from the previous step.

Sample log for an offline package update: 2-offline-package-update-example.chls.zip