I am trying to develop an Android app that is compatible with both the MagTek uDynamo (audio jack card reader) SDK and the Unimag card reader SDK. I'm not sure if there is an SDK out there that would support both of these devices, but here I am.
Both of the demo's for these SDK's work perfectly fine, but integrating the two is confusing me. Does anyone have any experience with these two card reading devices?
I am build this as a Cordova project. So my main class "MagSwipe" extends "CordovaPlugin." I'm not sure how to work around this as both the MagTek and Unimag classes work off of a class that extends "Activity."
Any advice greatly appreciated!