当前位置:网站首页>[Huawei online battle] download and run Huawei's official unity example code, prompting authentication failure and returning error code 100114
[Huawei online battle] download and run Huawei's official unity example code, prompting authentication failure and returning error code 100114
2022-07-17 23:42:00 【51CTO】
Problem description
Our project is ready to integrate Huawei online battle service , Download the official Unity Run the sample code to see the effect , Refer to . Packaging operation , When realizing the initialization function of online battle , Tips “ Authentication failure ” And return the error code 100114.

Problem analysis
Huawei Official error code document For error code 100114 The explanation is APP Illegal signature verification parameters .

I have changed the parameters in the page to those related to my game , Cannot find which parameter is illegal . therefore , Contacted Huawei technical support ( can Bill of lading contact ), Huawei technical support asked me to check whether the online battle service is enabled , I checked that the online battle service is enabled , And send the screenshot to Huawei technical support . At this time , Huawei technical support pointed out : I turned on the safety reinforcement switch , If this switch is turned on , You must use the signature to initialize the online game SDK. In the initialization build ClientConfig Instantiation Client Object time , Must pass in CreateSignature Parameters .CreateSignature Please refer to Initialize with signature SDK.


Let's check the code , Whether CreateSignature. If no incoming , Please turn off the safety reinforcement switch .
Problem solving
Check that there is no CreateSignature Enter the reference , We turned off the access safety reinforcement switch , Problem solving .

边栏推荐
- Tree array explanation
- Seven sorts (2)
- Suning commodity details API interface (commodity details page data interface)
- Interface test - process test supports batch parameter import, and the test efficiency is directly full!
- [useful SQL] check Greenplum's data dictionary
- Package and built-in module and software development directory specification
- Array parameter, pointer parameter, function pointer, function pointer array of C language
- Next time, the interviewer will ask about the design of high concurrency system and directly dump this article to him
- R language uses circular statements to draw multiple pictures at one time
- 《微信小程序-进阶篇》package.json版本说明及各类版本符号详解(一)
猜你喜欢
随机推荐
Taobao app product details API interface (product details description information query interface)
周学习总结
流程测试
Sword finger offer 06 Print linked list from end to end
最牛逼的集群监控系统,它始终位列第一!
Keywords struct, union, enum, typedef in C language
Introduction to Kali system use of hping3
Code rain code rain
Seven sorts (2)
Smart breeding scheme based on Lora gateway
Accuracy of Yolo series papers & yolov2 and yolo9000
Pinduoduo keyword search interface, commodity classification ID search commodity list interface, keyword search commodity sales interface, pinduoduo sales API interface
Solution of MATLAB differential equation
The most powerful cluster monitoring system, it always ranks first!
Dedecms dream weaving system website link TXT format website map making tutorial
pytest+request+allure+excel接口自动化搭建 从0到1【二 读取Excel Case信息】
系统解决方案
Detailed explanation of synchnorized principle
Shadow plug-in framework design -- replugin principle (Advanced journey of Architects)
【C语言入门】----指针(初阶)







