Android 在应用购买中:是否可以同时购买几个订阅?
Android in app purchases: is it possible to buy few subscriptions at same time?
来自 google 文档我不太明白 -
是否只能同时激活一个订阅?
还是可以同时购买几个订阅?
请帮我解释一下。
您可以创建多个产品并为每个订阅产品配置订阅属性
引用 the docs for configuring subscriptions
To create and manage subscriptions, you can use the Developer Console
to set up a product list for the app, then configure these attributes
for each subscription product:
Purchase Type: always set to Subscription
Subscription ID: An identifier for the subscription
Publishing State: Unpublished/Published
Language: The default language for displaying the subscription
Title: The title of the subscription product
Description: Details that tell the user about the subscription
Price: Default price of subscription per recurrence
Recurrence: Interval of billing recurrence
Additional currency pricing (can be auto-filled)
来自 google 文档我不太明白 - 是否只能同时激活一个订阅? 还是可以同时购买几个订阅?
请帮我解释一下。
您可以创建多个产品并为每个订阅产品配置订阅属性
引用 the docs for configuring subscriptions
To create and manage subscriptions, you can use the Developer Console to set up a product list for the app, then configure these attributes for each subscription product:
Purchase Type: always set to Subscription Subscription ID: An identifier for the subscription Publishing State: Unpublished/Published Language: The default language for displaying the subscription Title: The title of the subscription product Description: Details that tell the user about the subscription Price: Default price of subscription per recurrence Recurrence: Interval of billing recurrence Additional currency pricing (can be auto-filled)