MFIController in Android Device

I am following this linkfor the MFI Controller integration and it works fine in the simulator / iOS but cannot work in the Android Device. Is there any special configuration need to be done before it could be working?

MFi devices only work with Apple OSes. MFi literally stands for “Made For iPod”. https://en.wikipedia.org/wiki/MFi_Program

Other platforms conform to the HID (Human Interface Device) protocols which are a bit more open/standard. Apple chose to go a proprietary route for iOS and tVOS.

Corona SDK supports both, but depending on what platform you’re on, you may need an HID controller and a MFi controller.

Rob

MFi devices only work with Apple OSes. MFi literally stands for “Made For iPod”. https://en.wikipedia.org/wiki/MFi_Program

Other platforms conform to the HID (Human Interface Device) protocols which are a bit more open/standard. Apple chose to go a proprietary route for iOS and tVOS.

Corona SDK supports both, but depending on what platform you’re on, you may need an HID controller and a MFi controller.

Rob