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();该文章对您有帮助吗?