当前位置:网站首页>[FAQ] summary of common causes and solutions of Huawei account service error 907135701
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
2022-07-04 14:10:00 【Huawei mobile services】
Many developers are accessing Huawei account services , Often 907135701 The error of . According to the document on the official website , Error code 907135701 Express :
This error code will appear on both Android and Hongmeng , There are many reasons for this error , Developers can check according to the following points .
Android engineering
The reason a : The developer has not registered the application product information on the developer alliance , And generate the corresponding APPID;
resolvent : Before developing applications , Need to be in AppGallery Connect Configuration information in .
Before developing the application, we need to Huawei developer Alliance Register as a developer on the website and complete real name authentication , Please refer to Account registration authentication . See Create project and Create an , Complete the creation of the application .
Reason two : Certificate thumbprint is not configured or configured incorrectly
resolvent : Key inspection AGC The fingerprint and APK Whether the fingerprints are consistent when packing .
For the configuration method of certificate fingerprint, please refer to the developer alliance Official documents
Reason three :agconnect-services.json Incorrect configuration or agconnect-services.json The file is not in the right place .
resolvent : Please make sure agconnect-services.json In the document APPID And AGC On the platform APPID bring into correspondence with ; Download the agconnect-services.json The file should be copied to App Under the table of contents .
The other thing to note is that , If there is no special need , Please don't open “ Does not contain a key ” The switch of .
For details, please refer to Official documents of the alliance , Reconfiguration .
HarmonyOS(Java) engineering
The reason a :agc The file location is incorrect ,
resolvent : Need to put “agconnect-services.json” File copy to “entry” Under the application level root directory .
Reason two : The certificate thumbprint is not configured or configured incorrectly .
resolvent : The certificate fingerprint configuration method can be viewed Configure application signature information . By checking whether the signature of the application is consistent with that configured on the Federation, you can confirm whether the certificate fingerprint is configured correctly . Reference resources link
Reason three :config.json The file attribute configuration is incorrect
resolvent : stay HarmonyOS application “entry/src/main/config.json” Of module Add the following attribute configuration to the node . among “name” Do not modify the value of .
"metaData": {
"customizeData": [
{
"name": "com.huawei.hms.client.appid",
// Here we need to put OAuth Client ID Replace with OAuth 2.0 client ID
"value": "OAuth Client ID" //
}
]
}
Reason four : The plug-in configuration is incorrect
resolvent : Need to add agcp The plug-in configuration . Please select according to the actual situation .
Mode one : Add the following configuration... On the next line under the file header declaration .
apply plugin: 'com.huawei.agconnect'
Mode two : In plugins Add the following configuration .
plugins {
id 'com.android.application'
// Add the following configuration
id 'com.huawei.agconnect'
}
Learn more >>
visit Huawei account service developer alliance official website
visit Official website of Huawei developer Alliance
obtain Development guidance document
Huawei mobile service open source warehouse address :GitHub、Gitee
Pay attention to our , The first time to understand HMS Core Latest technical information ~
边栏推荐
- Understand chisel language thoroughly 08. Chisel Foundation (V) -- wire, REG and IO, and how to understand chisel generation hardware
- 吃透Chisel语言.06.Chisel基础(三)——寄存器和计数器
- Apple 5g chip research and development failure: continue to rely on Qualcomm, but also worry about being prosecuted?
- 1200. Minimum absolute difference
- China Post technology rushes to the scientific innovation board: the annual revenue is 2.058 billion, and the postal group is the major shareholder
- 安装Mysql
- Haproxy high availability solution
- Understanding and difference between viewbinding and databinding
- Detailed explanation of Fisher information quantity detection countermeasure sample code
- 程序员转方向
猜你喜欢
Understand chisel language thoroughly 06. Chisel Foundation (III) -- registers and counters
【R语言数据科学】:交叉验证再回首
Byte interview algorithm question
【Matlab】conv、filter、conv2、filter2和imfilter卷积函数总结
Automatic filling of database public fields
China Post technology rushes to the scientific innovation board: the annual revenue is 2.058 billion, and the postal group is the major shareholder
吃透Chisel语言.11.Chisel项目构建、运行和测试(三)——Chisel测试之ScalaTest
Huahao Zhongtian sprint Technology Innovation Board: perte annuelle de 280 millions de RMB, projet de collecte de fonds de 1,5 milliard de Beida Pharmaceutical est actionnaire
软件测试之测试评估
Distributed base theory
随机推荐
华昊中天冲刺科创板:年亏2.8亿拟募资15亿 贝达药业是股东
30:第三章:开发通行证服务:13:开发【更改/完善用户信息,接口】;(使用***BO类承接参数,并使用了参数校验)
.Net之延迟队列
吃透Chisel语言.05.Chisel基础(二)——组合电路与运算符
Five "potential errors" in embedded programming
[antd step pit] antd form cooperates with input Form The height occupied by item is incorrect
如何在 2022 年为 Web 应用程序选择技术堆栈
[antd] how to set antd in form There is input in item Get input when gourp Value of each input of gourp
Qt如何实现打包,实现EXE分享
Distributed base theory
Whether the loyalty agreement has legal effect
Unity Shader学习(三)试着绘制一个圆
Redis - how to install redis and configuration (how to quickly install redis on ubuntu18.04 and centos7.6 Linux systems)
One of the solutions for unity not recognizing riders
分布式BASE理论
Fs7867s is a voltage detection chip used for power supply voltage monitoring of digital system
Mask wearing detection based on yolov1
锐成芯微冲刺科创板:年营收3.67亿拟募资13亿 大唐电信是股东
软件测试之测试评估
苹果5G芯片研发失败:继续依赖高通,还要担心被起诉?