首页 > 解决方案 > 应用购买中的Android耗材:获取用户信息

问题描述

有没有办法检查我的应用程序消耗品时哪些用户购买了?不在应用程序本身中,而是在开发者控制台/订单管理中。目前我只看到一个订单ID和一个令牌,但需要一些自定义信息或至少用户的电子邮件地址或类似的东西......

标签: androidin-app-purchase

解决方案


Nope. You'll need to link purchases to userIds yourself. Google will link that purchase to the users Play Store account, so they can potentially restore the purchase if they've reinstalled the app or gotten a new phone.

If you don't want to manage your own server, it may be worth using a tool like RevenueCat, that offer a purchase/subscription backend-as-a-service.


推荐阅读