Supporting Magnetic Stripe Reader In Xamarin Application for iOS, Android and Windows

Manishk_Optimus
1
Reputation point
Hello Team
I am trying to implement the support of Magnetic Stripe Reader in the Xamarin-based application. I have already found the references for the support on the UWP part not sure about how things get implemented for the Android and iOS platforms.
Is there a Xamarin library that can help me with the implementation, Please let me know if there is any documentation related to that.
Can we use the MSR(Magnetic Stripe Reader) as a Keyed input device for all the platforms?
I have found that for UWP we can use Window.Current.CoreWindow.KeyDown event and for Android we can override the OnKeyDown method in the MainActivity.cs class and capture the scanning data.
I have not found any Method or Event for Xamarin.ios that we can override or subscribe to in the AppDelegate.cs class. Can you please confirm whether there is any method or event available for this purpose?