When Google Play In-app Billing V.3 is not supported

旧街凉风 提交于 2019-12-24 00:52:43

问题


In Google Play, In-app Billing V.3 there is an option to check if it's supported on user device. Using isBillingSupported method.

What do I do if it's not supported. Can I send the user to update his device(If yes, so how?)? What can I do to enable him purchasing from me?


回答1:


InAppBilling v3 requires:

  • Google Play client version 3.9.16 or higher
  • Google Play client version 3.10.10 or higher for subscriptions

If it is not supported, I would recommend to ask the user to update its Google Play client. Another solution would be to fallback on InAppBilling V2 (requires Google Play version 3.5 or higher).

Most users are already running Google Play client version 3.9.16 or higher.



来源:https://stackoverflow.com/questions/17045894/when-google-play-in-app-billing-v-3-is-not-supported

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!