In-App Purchasing for Windows Phone 8

1 minute read

I have a new in-depth article published online in Visual Studio Magazine today called “In-App Purchasing for Windows Phone 8”.

See below for more information and a link to the online article.

Article Introduction

Summary: In-App purchasing helps you make money after the initial sale. Learn how to use the new API to set it up.

Intro:

Microsoft recently added in-app purchasing to the Windows Phone SDK 8.0. With in-app purchasing you can continue to generate revenue after the initial app sale by offering other features or functionality the user can purchase while inside your application. This functionality further enhances your ability to monetize your apps with Windows Phone 8.

Windows Phone 8 in-app purchasing allows you to sell digital content inside your app with the same payment method used to purchase the original app. With this new functionality comes a new API with which you'll need to become familiar. In this article I'll walk you through setting up your app to take advantage of this feature.

The Full Article

The full article is hosted on Visual Studio Magazine and you can access it by clicking here. Don’t forget to rate it and leave comments if you have any problems.

Updated:

Leave a Comment