无法将新的APK文件上传到Android Play商店(Google Pay) [英] Unable to upload new APK file to Android Play store (google pay)

查看:606
本文介绍了无法将新的APK文件上传到Android Play商店(Google Pay)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试上载新的APK版本的应用程序时,我收到以下消息:在Google Play上,您的违法行为有违法行为.在Google Play上无法接受的前部sigue estando."

When I try to upload a new apk version of my app, i get this message: "La aplicación que has enviado recientemente se ha rechazado por infringir las Políticas del Programa para Desarrolladores de Google Play. Si has enviado una actualización, la versión anterior sigue estando disponible en Google Play."

此后,我收到并通过电子邮件发送有关"Google Pay"的信息,但我从未使用过Google Pay.

After that, i receive and e-mail talking about "Google Pay" but i never used google pay.

我们检测到您最近上传的至少一个APK版本不是 正确使用Android Pay.在您的APK中包含APK版本19 提交可能会导致您的应用违反我们的规定而被拒绝 付款政策.

We detected that at least one APK version in your recent upload isn’t using Android Pay correctly. Including APK version(s) 19 in your submission could cause your app to be rejected for violating our Payments policy.

如果您想在应用中使用Android Pay,请遵循以下步骤 步骤:

If you’d like to use Android Pay in your app, please follow these steps:

从您的应用中删除所有数字内容.要使用Android Pay,您的应用 只能出售实物商品或服务.确保您的应用是 符合开发者计划政策中列出的所有政策. 请记住,如果还有其他措施可能会进一步执行 您的应用的政策问题.登录到您的开发者控制台,然后 提交应用.确保增加APK的版本号. 如果您想在应用中使用其他付款方式,请按照 这些步骤:

Remove any digital content from your app. To use Android Pay, your app must only sell physical goods or services. Make sure your app is compliant with all policies listed in the Developer Program Policies. Remember that additional enforcement could occur if there are further policy issues with your apps. Sign in to your Developer Console and submit the app. Make sure to increment the version number of the APK. If you’d like to use another payment method in your app, please follow these steps:

从清单中删除.登录到您的开发者 控制台并提交应用程序.确保增加版本号 APK.政策问题:Android Pay或其他替代付款 仅允许使用Google Play应用内结算服务的机制 对于以下内容:

Remove from your manifest. Sign in to your Developer Console and submit the app. Make sure to increment the version number of the APK. Policy issue: Android Pay or other alternative payment mechanisms to Google Play’s in-app billing service are only permitted for the following:

Android Pay用于实物商品或服务,例如电影票. Google Play应用内结算的其他替代付款方式 服务用于实物商品或服务,例如电影票或 价格中还包括印刷版订阅的出版物. 对于可以下载到设备并在外部使用的数字商品 的应用程序,例如可以在其他音乐播放器上播放的歌曲. 还向527个指定的免税组织捐款 允许的.如果您查看了该政策,并认为此拒绝可能 错误,请与我们的政策支持小组联系.一 我的同事将在2个工作日内回复您.

Android Pay For physical goods or services, such as movie tickets. Other alternative payment mechanisms to Google Play’s in-app billing service For physical goods or services, such as movie tickets, or a publication where the price also includes a hard copy subscription. For digital goods that may be downloaded to devices and used outside of the app, such as songs that can be played on other music players. Donations to 527 designated tax exempt organizations are also permitted. If you’ve reviewed the policy and feel this rejection may have been in error, please reach out to our policy support team. One of my colleagues will get back to you within 2 business days.

感谢您对Google Play的支持!

I appreciate your support of Google Play!

最好

拜伦

Google Play审核小组

Google Play Review Team

我的清单上有这个

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission android:name="android.permission.READ_CONTACTS"></uses-permission>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SET_DEBUG_APP" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />

在playStore中,我看不到平板电脑的应用程序,然后在互联网上阅读,原因是因为我有权使用CALL_PHONE.之后,我将此行添加到清单中:

In the playStore I couldn't see my app for tablet, then, reading in internet, the reason was because i have a permission to CALL_PHONE. After that i add this line to my manifest:

<uses-feature android:name="android.hardware.telephony" android:required="false" />

在那之后,我再也不能再上传新的APK版本了(我认为许可不是问题) 为什么我有这种问题? 谢谢!

And after that i cant never upload again a new apk version (I think the permission is not the problem) Why I have this kind of problem? Thanks!

推荐答案

与他们联系:

如果您查看了该政策,并认为此拒绝可能已被接受 错误,请与我们的政策支持团队联系.

If you’ve reviewed the policy and feel this rejection may have been in error, please reach out to our policy support team.

写回给他们.如果您的解释/理由成立,他们将更正该决定.我几次收到错误的通知,并进行了适当的解释,问题已得到解决.

Write back to them. If your explanation/justification is valid they will correct the decision. I've had wrong notifications a few times and with proper explanation the issue was resolved.

这篇关于无法将新的APK文件上传到Android Play商店(Google Pay)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆