Simon Jefferies
Simon Jefferies

Reputation: 415

MonoDroid & Adding Licensing to Your App

I'm trying to add Licensing to my app, and found this article:-

http://developer.android.com/guide/google/play/licensing/adding-licensing.html

Is there a tutorial, example etc to do this with MonoDroid? There is no mention on the xamarin website?

Thanks.

Upvotes: 1

Views: 607

Answers (1)

Matthew
Matthew

Reputation: 5222

NEW

This library has been moved to: https://github.com/xamarin/XamarinComponents/tree/master/Android/GoogleAndroidVending

It is also no longer a C# port, but the official build from the SDK manager.

These docs are a bit old, but i cover everything:

ORIGINAL

I have created the C# version of the licensing library. I am currently using it in one of my apps on Play. Check out my repo:

Android.Play.ExpansionLibrary

It has a couple of samples, including a simple licensing sample and a expansion file sample. Let me know how it goes.

I know that a guy at Xamarin is working on a tutorial now, but maybe you could put a request for it sooner.

Upvotes: 2

Related Questions