Peter
Peter

Reputation: 679

Windows Phone 8 In-App purchasing queries

I am just setting up in-app purchasing within my app .. it will be a single 'Durable' item that I am allowing the users to purchase.

I have got it going in testing with the MockIAP project, but it does raise some questions.

My Durable purchase will be an 'upgrade to pro' so I named the key as 'ProUpgrade' within the mock initial setup.

But as I found out, this a bit dangerous if its not in available product licenses. (Got an exception) Whilst I feel that I could rely upon my single product being there, presumably best to make the call to get all product licenses and check to see if its there?

Upvotes: 0

Views: 920

Answers (1)

Mahender
Mahender

Reputation: 5664

In DevCenter, when you define your product (IAP) - you have to enter product alias,id (key) display name and description and list of languages. In the later stages in the product definition, depending on the earlier language selection, it asks for respective translations of the product definition etc.

This is the only place, where you define the IAP product info for all languages(if you decided to translate them), otherwise default language content will be displayed.

enter image description here

Upvotes: 2

Related Questions