【发布时间】:2021-02-22 15:38:45
【问题描述】:
我正在尝试将我的 Flutter App 的 appBundle 文件上传到 PlayStore 并为其创建一个版本。 我已经为我的电脑设置了自动区域和时钟,它会发出警告说时间戳和当前时间不匹配,但它仍然为我创建了应用程序包文件。然后当我将它上传到 PlayStore 时,它给了我这个错误
You uploaded an APK or Android App Bundle that is signed with an upload certificate that is not yet valid because it has been recently reset. You will be able to upload APKs or Android App Bundles again from UTC
然后我尝试将我的本地 PC 日期和时间与时间戳匹配,并且在创建捆绑包时不再出现关于它们不匹配的警告,但在 playstore 上它仍然给我相同的消息。
我做错了什么/我应该等多久?
【问题讨论】:
标签: android flutter apk release android-app-bundle