Rac*_*hel 5 android facebook-android-sdk google-play-developer-api google-play-console
我们最近在Google Play控制台中收到此错误:
ACTION REQUIRED: Your server-side billing confirmations will stop working on December 1, 2019
Your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1 and 2 of this API will no longer be available, and any calls to these versions will fail. Update to version 3 before this date. Note that this is not related to the AIDL/Billing Library deprecation. Learn more
Run Code Online (Sandbox Code Playgroud)
但是,我们当前在服务器中使用正确的API版本3来验证我们的应用内购买帐单收据。我们正在使用的应用程序内购买库还在客户端公开了该功能,并且我已经确认其源代码也正在使用v3。两者都在呼叫请求https://www.googleapis.com/androidpublisher/v3/applications/...
我们已经在生产中验证了真实的购买,因此我知道它的功能,并且我试图了解问题的根源在哪里。
我在这里还读到这可能是由于第三方插件造成的。
如果有的话,我们最近已经集成了Facebook SDK,该软件表示可以为我们执行android收据验证,以确保它没有报告任何欺诈/沙盒购买行为。
还有其他人遇到过此操作要求标志吗?如果是这样,您采取了哪些步骤来消除/解决该问题,它们是否与使用androidpublisher API的第三方插件相关?
可能你正在使用
https://www.googleapis.com/androidpublisher/v1/applications/
为了验证购买,将V1替换为V3
https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get
用于验证服务器端的购买收据。
| 归档时间: |
|
| 查看次数: |
552 次 |
| 最近记录: |