Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In App Purchase for Desktop

Does anyone know of a good In-App purchase framework for desktop applications? I see a lot for mobile, but nothing really to support a generic windows application.

Ideally, we want something which can handle all of the purchases, content management, etc. and all we would have to do is ask the server which in-app items the user has purchased, and then get a url to download the necessary assets to the desktop. If it had a c# api, that would be a plus.

Thanks,
Liron

like image 922
Liron Avatar asked Jan 12 '12 15:01

Liron


1 Answers

Some desktop games are using Google In-App Payments to monetize by selling virtual goods.

http://www.google.com/payments/payment-options/digital-goods.html

As an example have a look at Bastion:

http://supergiantgames.com/?p=1231

https://chrome.google.com/webstore/detail/oohphhdkahjlioohbalmicpokoefkgid

like image 85
Mihai Ionescu Avatar answered Sep 30 '22 12:09

Mihai Ionescu