Does Xamarin has API to read audio jack input ( like Square CC reader ) & bluetooth connectivity?
Thanks.
Does Xamarin has API to read audio jack input ( like Square CC reader ) & bluetooth connectivity?
Thanks.
Xamarin provides wrappers around the native platform APIs. If Android or iOS has a native API to do X, then Xamarin should provide an API to do it too.
Xamarin.Android Bluetooth Sample
I'm not sure how Square and other devices interface over the headphone jack. I imagine they just process raw audio input somehow - you should be able to do the same via the Xamarin APIs.