gpt4 book ai didi

android - Play Protect 阻止了我签名的 apk 的严重问题

转载 作者:太空狗 更新时间:2023-10-29 14:36:55 24 4
gpt4 key购买 nike

当我想在任何 Android 设备上安装我签名的 .apk 文件时,我收到了被 Play Protect 阻止的消息。所以我搜索了很多相关内容,我们都知道原因(apk 未在 Google Play 商店上发布)和解决方案(重新签署 apk 或填写 Play Protect 申诉提交表格)。

我多次尝试为我的 apk 签名。当我使用新的 keystore 再次签署 apk 时,它可以工作 2 天。之后消息将再次出现。

但关于游戏保护申诉表。我不明白为什么谷歌对我的 apk 文件有问题。我用各种服务器上的许多链接多次填写此表格。但在提交后我立即在收件箱中收到此消息。

Hi

You recently submitted an appeal for an app with Google Play Protect.

The link you have provided does not lead to an APK file or the file is corrupted. Please submit a new appeal and check that you are providing the link to the correct APK file.

Thank You, Google Play Protect Team

那么当 Google 无法读取我的 apk 文件并在它工作正常时一直说它已损坏时我该怎么办?!

我们这里有人遇到过这个问题并得到解决了吗?

此问题是否会在未来使用相同 keystore 的应用中再次发生?

这似乎是 Google 为 Android 开发者制造的一个严重问题!

更新

最低 Android 版本为:Android 4.4(API 级别 19 - Kit Kat)

目标 Android 版本是:Android 8.1(API 级别 27 - 奥利奥)

keystore 详细信息:

Keystore Path: "C:\Users\farhad\AppData\Local\Xamarin\Mono for Android\Keystore\FarhadMa\FarhadMa.keystore" Alias name: FarhadMa Creation date: Dec 25, 2018 Entry type: PrivateKeyEntry Certificate chain length: 1 Certificate[1]: Owner: CN="Farhad Mahmoudvand, OU=Mobile Apps Developer, O=FarhadMa as Freelancer (farhadma.com), L=Tbilisi, S=Tbilisi, C=GE" Issuer: CN="Farhad Mahmoudvand, OU=Mobile Apps Developer, O=FarhadMa as Freelancer (farhadma.com), L=Tbilisi, S=Tbilisi, C=GE" Serial number: 1068ef74 Valid from: Tue Dec 25 01:31:53 GET 2018 until: Thu Dec 17 01:31:53 GET 2048 Certificate fingerprints: MD5: 82:7A:F5:96:43:09:56:E3:B7:5D:F4:8B:BD:A9:23:DD SHA1: D6:D4:6E:BA:78:8D:6F:A4:7D:C3:C8:2D:44:7F:D7:44:0C:7F:E4:83 SHA256: 95:65:9B:20:0C:92:36:3A:88:6D:62:B6:8B:96:8B:A1:C9:F6:95:51:7A:CD:F3:60:86:2F:58:D1:EB:A5:CF:2C Signature algorithm name: SHA256withRSA Version: 3

最佳答案

我遇到了同样的问题。我做了一些研究,发现了这个:

调试证书过期

用于为您的应用签名以进行调试的自签名证书的有效期为自其创建之日起 365 天。当证书过期时,您将收到构建错误。

要解决此问题,只需删除debug.keystore 文件。该文件存储在以下位置:

~/.android/ on OS X and Linux
C:\Documents and Settings\.android\ on Windows XP
C:\Users\.android\ on Windows Vista and Windows 7, 8, and 10

下次您构建并运行调试构建类型时,构建工具将重新生成一个新的 keystore 和调试 key 。请注意,您必须运行您的应用,单独构建不会重新生成 keystore 和调试 key 。

它对我有用。我的信息来源是官方 android 开发者网站:https://developer.android.com/studio/publish/app-signing

关于android - Play Protect 阻止了我签名的 apk 的严重问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53937015/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com