鸿蒙应用更新跳转到应用市场

鸿蒙没有应用下载安装,只支持跳转到应用市场更新

TypeScript 复制代码
gotoMarket(){
    try {
      const request: Want = {
        parameters: {
          // 此处填入要加载的应用包名,例如: bundleName: "com.huawei.hmsapp.appgallery"
           bundleName: 'com.huawei.hmos.maps.app'
          
        }
      };
      productViewManager.loadProduct(getContext(this) as common.UIAbilityContext, request, {
        onError: (error: BusinessError) => {
          hilog.info(0, 'TAG', `loadProduct onError. code is ${error.code}, message is ${error.message}`);
        }
      });
    } catch (err) {
      hilog.error(0, 'TAG', `loadProduct failed. code is ${err.code}, message is ${err.message}`);
    }
  }
相关推荐
Damon小智7 小时前
HarmonyOS NEXT 技术实践-基于基础视觉服务的多目标识别
华为·harmonyos
匹马夕阳9 小时前
华为笔记本之糟糕的体验
华为·笔记本电脑
egekm_sefg9 小时前
华为、华三交换机纯Web下如何创关键VLANIF、操作STP参数
网络·华为
岳不谢1 天前
华为DHCP高级配置学习笔记
网络·笔记·网络协议·学习·华为
爱笑的眼睛111 天前
uniapp 极速上手鸿蒙开发
华为·uni-app·harmonyos
K.P1 天前
鸿蒙元服务从0到上架【第三篇】(第二招有捷径)
华为·harmonyos·鸿蒙系统
K.P1 天前
鸿蒙元服务从0到上架【第二篇】
华为·harmonyos·鸿蒙系统
敲代码的小强1 天前
Flutter项目兼容鸿蒙Next系统
flutter·华为·harmonyos
程序猿会指北1 天前
纯血鸿蒙APP实战开发——Text实现部分文本高亮和超链接样式
移动开发·harmonyos·arkts·openharmony·arkui·组件化·鸿蒙开发
鸿蒙自习室1 天前
鸿蒙开发——关系型数据库的基本使用与跨设备同步
前端·数据库·华为·harmonyos·鸿蒙