Registering digital goods with BlackBerry World
When you submit an application for review in the BlackBerry App World vendor portal, you must also add the details about the digital goods that your application offers. You must provide the name, the SKU (the unique identifier for the digital goods), the license model (consumable or one-time payment), the pricing tier, and a description of the digital goods in each language that your application is available.
If it is impractical to create a separate name and SKU for each of your digital goods, you can use the same name and SKU for multiple digital goods. For example, if you sell streaming video through your application, you could use one name and SKU for the digital goods that you sell at a particular price tier. In this scenario, you might register digital goods with the name "Video $4.99" and use the same SKU for every streaming video that you sell at the $4.99 pricing tier. This way you can update the purchase options without submitting a new version of your application. When you invoke the PaymentEngine.purchase() function, you can pass in a metadata argument that you can use to differentiate digital goods that reference the same SKU.
For more information about submitting applications and digital goods, see the BlackBerry World vendor documentation at www.blackberry.com/go/appworld/vendordocs/.
Add digital goods to an application
- On the vendor portal for the BlackBerry App World storefront, in the left pane, click Manage Products.
- On the Manage Products screen, in the Goods column, click Add next to the application that you want to add digital goods to.
- On the Add a Virtual Good screen, complete the instructions.
- To save the information about the digital good, click Save.
- To save the information about the digital good and add another digital good, click Save and Add Another.
Submission information for digital goods
The following table describes the fields that you must specify when you submit digital goods in the vendor portal for the BlackBerry App World storefront.
|
Field |
Description |
|---|---|
|
Name of good |
This field specifies the name that identifies the digital goods that you sell in an application. You can change how the name appears in your application by invoking the withDigitalGoodName() purchase argument in your application. |
|
SKU |
This field specifies the SKU that you can use to identify the digital goods that you sell in an application. When a user initiates purchases of digital goods from within your application, the Payment Service server can use the SKU to identify the digital goods. If you want to use one SKU to identify multiple digital goods, you can differentiate between the digital goods by invoking the withMetadata() purchase argument in your application. |
|
License type |
This field specifies a license type for the digital good. You can select one of the following options:
|
|
Initial trial period (in days) |
This field specifies the duration of the initial usage period for subscription-based digital goods. This field appears only if the "7-day subscription" option or "30-day subscription" option is selected in the License type field. |
|
Price |
This field specifies the price that users pay for the digital goods. You can specify a price from a list of pricing levels that BlackBerry World provides. For subscription-based digital goods, the price that you specify in this field indicates the price of the initial trial period. You can provide a free trial for your subscription-based digital goods by specifying a price of 0.00. |
|
Renewal price |
This field specifies the recurring price that users are charged for subscription-based digital goods. Users are charged this amount after the initial trial period expires and every 7 days or 30 days thereafter, based on the license type of the subscription-based digital goods. This field appears only if the "7-day subscription" option or "30-day subscription" option is selected in the License type field. |
|
License model |
This field specifies how to distribute the license keys that users require to use digital goods. You can select one of the following options:
|