Mini Program package verification

更新时间:
复制 MD 格式

This topic describes how to enable and disable mini program package verification.

By default, the signature verification of the debug package is disabled, and that of the release package is enabled. The signature verification can be controlled by an API.

Enable mini program verification

Sample code:

MriverResource.enableVerify(MriverResource.VERIFY_TYPE_YES, "xxx")

Disable mini program verification

Sample code:

MriverResource.disableVerify();