[mono-android] In-app billing

Jonathan Pryor jpryor at novell.com
Tue Mar 15 21:18:19 EDT 2011


On Mar 15, 2011, at 8:24 PM, Craig Dunn wrote:
> I'm guessing that because it requires "Google Marking Billing package" this stuff isn't in Mono-for-Android version 1?

Correct.

> Is it a similar situation to Maps where it could be integrated with a bit of manual work?

Similar, just worse. :-)

There's no current support for .aidl files, so you'll need to manually add a pre-build step to your solution to run the `aidl` program against the IMarketBillingService.aidl file, which will generate a .java file, which you can add as an <AndroidJavaSource/> and implement with yet more .java sources...  There will be more .java than C# here, but it should otherwise Just Work.

 - Jon



More information about the Monodroid mailing list