Bootstrap

GooglePlay 服务器确认购买(acknowledge)简述

Console后台配置

配置流程如下:

  1. 创建OAuth client
    1. 创建的时候选择Web application
    2. Authorized redirect URIs,需要填写,后面会用到,随便填一个,后面可以修改
    3. OAuth consent screen 的Test Users中添加Google Play Console账户
  2. 创建Service accounts
  3. 设置Acess里设置,App permissions中添加对应的App,Access permissions中勾选Manage orders and subscriptions

获取Token和RefreshToken

  1. 用浏览器打开以下地址,用上面Test Users中添加Google Play Console账户登录,获取code(redirect_uri为上面的1-2部分),参数重定向到您的重定向 URI,该参数类似于 4/eWdxD7b-YSQ5CNNb-c2iI83KQx19.wp6198ti5Zc7dJ3UXOl0T3aRLxQmbwI
    https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/androidpublisher&response_type=code&am
;