鸿蒙next版华为登录问题
debug正常,release登陆报报错:error: {“code”:1001500001,“message”:“Failed to check the fingerprint of the app bundle.Fingerprint verification error.”}直接参考官网:https://developer.huawei.com/consumer/cn/doc/harmony
·
登录配置流程:
直接参考官网:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/account-preparations-V5
问题:
debug正常,release登陆报报错:error: {“code”:1001500001,“message”:“Failed to check the fingerprint of the app bundle.Fingerprint verification error.”}
解决方案:
把系统时间调整到24小时之后,关机重启重新登录就好了
原理:
开发过程中会把debug的签名信息缓存起来,再切换release时由于缓存的原因就会校验不通过了。这里缓存时间是24小时
更多推荐
所有评论(0)