gpt4 book ai didi

java - Android Billing 如何使用 setAccountId 或将付款分配给自定义标识符

转载 作者:搜寻专家 更新时间:2023-11-01 09:31:17 24 4
gpt4 key购买 nike

我想**允许我的用户在多个设备上使用我的应用程序**。用户必须通过 firebase 身份验证登录我的应用程序。

问题是付款分配给在设备上签名的帐户 (google play),而不是使用登录到应用程序的帐户。** 从 firebase auth 我可以得到一个电子邮件地址我的应用程序的用户 - 这可以用作一些唯一标识符。

可视化问题:

Problem visualized

我注意到在计费流程中有 .setAccountId("some id") 我想我可以用它来填写用户的唯一标识符。但是如何使用它查询购买?

BillingFlowParams.Builder builder = new BillingFlowParams.Builder()
.setAccountId("some id")
.setSku(PREMIUM_YEAR_SUBS).setType(BillingClient.SkuType.SUBS);

TLDR:我只想检索与我的APP用户帐户相关联的购买,不是设备帐户 (google play 当前登录用户)

最佳答案

要使用 accountId 实现计费,请尝试使用 getBuyIntentExtraParams()getBuyIntent() 方法相比,该方法提供了额外的功能。

使用此方法,您可以使用具有以下描述的accountId:

Optional obfuscated string that is uniquely associated with the user's account in your app. If you pass this value, Google Play can use it to detect irregular activity, such as many devices making purchases on the same account in a short period of time.

此外,您可能还想使用所讨论的应用内结算 API 检查典型的购买流程 here .

关于java - Android Billing 如何使用 setAccountId 或将付款分配给自定义标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47097529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com