c***@163.com
c***@163.com
  • 发布:2024-07-17 11:27
  • 更新:2024-07-17 16:01
  • 阅读:141

未通过配置预校验,通常是app key 配置错误

分类:uni-app
<?xml version="1.0" encoding="utf-8"?>  
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"   
  package="uni.UNIF99E675">  

    <application android:networkSecurityConfig="@xml/custom_network_security_config"  
>  
        <!--meta-data-->  
        <!-- 将申请到的 key 配置在 android:value 属性中 -->  
        <meta-data android:name="TencentMapSDK" android:value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />  
        <!--需要替换成开发者自己的包名-->  
        <activity android:name="uni.UNIF99E675"  
            android:launchMode="singleTask"  
            android:exported="true">  
            <intent-filter>  
              <!--需要替换成开发者自己的包名-->  
              <action android:name="uni.UNIF99E675" />  
              <category android:name="android.intent.category.DEFAULT" />  
            </intent-filter>  
        </activity>  
        <!--meta-data-->    
        <activity android:name="io.dcloud.uniapp.UniLaunchProxyActivity" android:exported="true">  
            <intent-filter>  
              <action android:name="android.intent.action.VIEW" />  
              <category android:name="android.intent.category.DEFAULT" />  
              <category android:name="android.intent.category.BROWSABLE" />  
              <data android:scheme="appuniappx"/>  
            </intent-filter>  
        </activity>  
    </application>  
</manifest>  

uni-getLocation-tencent 插件,,, 打包后获取定位报错

i"errSubject":"uni-getLocation-tencent","stackTrace":[,"message":"","errMsg":"未通过配置预校验,通常是app key 配  
联系电置错误","suppressedExceptions":  
[],"name":"Error","errCode":-20)

app key 怎么配

2024-07-17 11:27 负责人:无 分享
已邀请:
DCloud_UNI_yuhe
  • c***@163.com (作者)

    唉 整不了离线打包

    2024-07-22 10:03

要回复问题请先登录注册