Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
开发者指南给出了应用内计费的示例,以及相同示例应用程序所需的订阅,并说修改它以进行订阅。我想修改这个“地下城”示例应用程序进行订阅,但在开发者指南中没有将此示例修改为订阅的信息。我应该改变什么。我想知道修改这个示例的完整步骤。请帮忙。
提前致谢。
如果您InApp Product Purchase使用旧的计费 API 实现。然后
InApp Product Purchase
InApp subscription
mBillingService.requestPurchase(productId, Consts.ITEM_TYPE_SUBSCRIPTION, null)
Restore purchases
我希望它对你有帮助。