Has anyone ported Card.IO to Xamarin C# successfully yet?
I'm having trouble trying to port Card.IO to Xamarin Android. Since I am using C# instead of Java, I don't know what to do with the .so files and the .jar files.
I tried to follow some of the steps posted here : http://stackoverflow.com/questions/16027260/card-io-mono-for-android-xamarin-studio/20437775#20437775 but I am getting the following two build errors that I don't know how to solve.
The type or namespace name 'IN' does not exist in the namespace 'IO.Card.Payment' (are you missing an assembly reference?)
'A': member names cannot be the same as their enclosing type
Any help is useful, thanks!