I am developing an Android application that will need to make use of In-app billing. I am using Monodroid in Visual Studio and my experience is in C#, I am not very familiar with Java.
My questions are:
1) How do I reference the IMarketBillingService.aidl in Visual Studio? Is it the same as in Eclipse where you have to put it in the src\com\android\vending\billing folder? Also, does it need to be a .aidl file or can I just create a c# interface class for it?
2) Does anyone know of any Android in-app billing tutorials/examples in c#? I have looked at the sample and have read all of the documentation here.
Not having any experience in Java makes it a little difficult to follow the sample. I have searched everywhere and have not found any documentation on in-app billing with MonoDroid, so any help/links would be much appreciated!
Thanks!
EDIT: One more question: Is it even possible to use in-app billing with MonoDroid?