ddebilt / play.billing.v3

A C# Google Play client, for use with Xamarin.Android applications.
13 stars 11 forks source link

Split into library and sample project #2

Closed danzel closed 11 years ago

danzel commented 11 years ago

Makes it easier to add just reference the play billing project, rather than adding the files to your own project. Also removed the obj folders from git as they shouldn't be there.

Main commit is https://github.com/danzel/play.billing.v3/commit/8922acb80bec88d96d2ea4e2cfbac6e0c8b0e488

(Thanks for the lib btw, saves a lot of work!)

danzel commented 11 years ago

Oh, forgot to mention. I reduced the android requirements to 2.2, this works fine there assuming google play is up to date :)

ddebilt commented 11 years ago

Thanks @danzel!

danzel commented 11 years ago

Thank you! This lib made integrating IAP really easy!