paymentservice
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Payment Sample ======================================================================== Sample Description. The Payment service example demonstrates how to use the cascades payment service to include features, such as "Buy" button as well as displaying history of purchases and the display of subscription terms, allowing you to monetize your application content. You will learn how to: - Use the Payment Service API's(purchase, request price, request purchases and check subscription terms) - Trigger C++ functions from QML - Load data into a list using XmlDataModel - Property binding - Various Layouts - How to use TabbedPane's ======================================================================== Requirements: BlackBerry 10 Native SDK ======================================================================== Running the example: 1. Clone the Sample repository. 2. Launch BlackBerry 10 Native SDK, and from the File menu, select Import. 3. Expand General, and select Existing Projects into Workspace. Click Next. 4. Browse to the location of your sample directory, and then click OK. 5. The sample project should display in the Projects section. Click Finish to import the project into your workspace. 6. In the Project Explorer pane, Right-click the project (for example hellocascades) and select Build Project. 7. In the Project Explorer pane, Right-click the project (for example hellocascades) and select Run As > BlackBerry C/C++ Application. 8. The application will now install and launch on your device if not you might have to set up your environment: http://developer.blackberry.com/cascades/documentation/getting_started/setting_up.html