I am developing an Android application that should use In-app billing. I use Monodroid in Visual Studio, and my experience in C #, I am not very familiar with Java.
My questions:
1) How do I access 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, should it be an .aidl file, or can I just create a C # interface class for it?
2) Does anyone know any Android billing apps in apps / examples in C #? I looked at the sample and read all the documentation here .
Without Java experience, it’s a little difficult to follow the pattern. I searched everywhere and did not find any billing documentation in the application using MonoDroid, so any help / links would be greatly appreciated!
Thank!
EDIT: Another question: Is it possible to use billing in an application using MonoDroid?
source
share