DawnJ
DawnJ
  • 发布:2024-10-24 10:27
  • 更新:2025-02-11 14:59
  • 阅读:132

uts配置华为的推送服务-添加应用的AppGallery Connect配置文件

分类:uts

Android开发中需要将agconnect-services.json配置文件拷贝到应用级根目录下,
那么uts中应该将该配置文件放在哪里呢?
文档链接https://developer.huawei.com/consumer/cn/doc/HMSCore-Guides/android-integrating-sdk-0000001050040084

2024-10-24 10:27 负责人:无 分享
已邀请:
DCloud_Android_DQQ

DCloud_Android_DQQ

参考这个章节

https://doc.dcloud.net.cn/uni-app-x/plugin/uts-for-android.html#_3-5-%E5%85%B6%E4%BB%96%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6

  • DawnJ (作者)

    好的 谢谢

    2024-10-24 11:19

1***@qq.com

1***@qq.com

同样是华为推送,请问在uts 中怎么配置下面这个证书信息呢```
signingConfigs {
// Please replace 'xxx' with your own signature certificate information
config {
storeFile file('xxx.xxx')
keyAlias 'xxx'
keyPassword 'xxx'
storePassword 'xxx'
v1SigningEnabled true
v2SigningEnabled true
}
}

要回复问题请先登录注册