使用应用操作发布 android 个应用时出错

Error when releasing android app with app actions

我已经根据 https://developers.google.com/assistant/app/overview

实施了应用操作

现在我正在尝试发布 .apk,但我从 google 播放中收到以下错误:

Failed to upload APKs: failed to upload app bundle, error: googleapi: Error 403: APK contains an actions resource, but Actions on Google terms of service not yet accepted., apkNotificationMessageKeyActionsTosNotAccepted

有没有人遇到同样的问题?我在哪里可以接受 Actions on Google 服务条款。

您好,您可以尝试使用 Change Android versionCode 和 versionName 步骤来增加每次构建的版本代码,这样就不会出现此错误吗?至少我希望如此。

尝试这两个操作并及时通知我们:

  1. 通过 Deployment request form
  2. 提交您的应用
  3. 在 Play 管理中心的定价和分发
  4. 下接受 Google 同意的操作

要接受 Actions 条件条款,您可以使用“旧”版本的 goole play 控制台。然后,选择您要部署的应用程序,然后打开“价格和分发”块。然后,向下滚动直到“同意”,然后选中并接受“Google 上的操作”选项。 这可能会让你解决这个问题。

2021 - 新 Play 控制台

试试这些步骤:

  • 填写form并提交
  • 打开 Play 控制台,select 您的应用程序,然后在 Settings 部分下找到 Advanced Settings
  • 单击 Actions on Google 选项卡并选中复选框。

您可以在此处找到更多详细信息Request review and Prepare to deploy