Presentation is loading. Please wait.

Presentation is loading. Please wait.

Source: VisionMobile, January 2013.

Similar presentations


Presentation on theme: "Source: VisionMobile, January 2013."— Presentation transcript:

1

2

3

4 Source: VisionMobile, January 2013

5

6

7

8

9

10

11

12

13

14

15

16

17 Check the license Get listing data to populate UX Prompt for purchase

18 Check the license // get access to the current app using Store = Windows.ApplicationModel.Store.CurrentApp; // check to see if the user has an active non-trial license if ( Store.LicenseInformation.IsTrial ) { // user has trial version of the application } // get access to the current app for testing using Store = Windows.ApplicationModel.Store.CurrentAppSimulator; // check to see if the user has an active non-trial license if ( Store.LicenseInformation.IsTrial ) { // user has trial version of the application }

19 Get the listing data try { StoreListingInfo = await Store.LoadListingInformationAsync() } catch { // handle offline case } string price = StoreListingInfo.FormattedPrice; Build my run 1.99 $ USD Build my run 1.99 $ USD

20 Prompt for purchase await Store.RequestAppPurchaseAsync(fRerequestReceipt);

21

22

23 Psychology of a user Where to offer upsell

24

25 Initiate the purchase Grant user the product Report fulfillment

26

27

28 Paid app at $3.99 Added 7 day trial Moved to feature differentiated trial Changed price to $2.49 Free app with ads Added new IAPs to provide additional functionality Added IAP to remove ads Added 3 new IAPs to replace ads for different amounts of time

29

30

31

32


Download ppt "Source: VisionMobile, January 2013."

Similar presentations


Ads by Google