文档

申请并配置 License

更新时间:

提供包名与签名

entry 中加入以下代码,获取对应输出,并在 工单系统 提交工单,联系蚂蚁工作人员提交 log 日志。

    let bundleInfo = bundleManager.getBundleInfoForSelfSync(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_HAP_MODULE | bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_SIGNATURE_INFO)
    let bundleName = bundleInfo.name
    let fingerprint = bundleInfo.signatureInfo.fingerprint
    let appIdentifier = bundleInfo.signatureInfo.appIdentifier
    hilog.info(0, 'tag', "bundleName: " + bundleName)
    hilog.info(0, 'tag', "fingerprint: " + fingerprint)
    hilog.info(0, 'tag', "appIdentifier: " + appIdentifier)

获取 License

请您在 工单系统 提交工单获取 License,并将生成的 mpaas_licence.properties 文件存储到 entryresourcesrawfile 文件夹下。