gpt4 book ai didi

android - 使用 SOOMLA Android Store 计费包装器请求交易

转载 作者:行者123 更新时间:2023-11-30 03:59:28 26 4
gpt4 key购买 nike

我正在尝试为我的 Android 游戏设置应用内结算。 Google Play 并没有让它变得简单(叹息)。我遇到了一些开源库,看起来像 The SOOMLA Project是更适合游戏的一种。

他们的自述文件解释了如何更改 android list 和所有内容,但没有说明如何请求交易。有没有人有使用该库的经验并可以帮助我入门?

最佳答案

显然我的问题让他们编辑了他们的自述文件,所以答案是:

StoreController.buyCurrencyPack(TEN_COINS_PACK.getProductId());

你必须先根据他们的文档定义它。

VirtualCurrencyPack TEN_COINS_PACK = new VirtualCurrencyPack(
"10 Coins", // name
"A pack of 10 coins", // description
"themes/awsomegame/img/coins/10_coins.png", // image file path
"10_coins", // item id
TEN_COINS_PACK_PRODUCT_ID, // product id in Google Market
1.99, // actual price in $$
10, // number of currencies in the pack
COIN_CURRENCY,
CURRENCYPACKS_CATEGORY);

https://github.com/soomla/android-store#in-app-purchasing

关于android - 使用 SOOMLA Android Store 计费包装器请求交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12754240/

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