Software Archive
Read-only legacy content
17060 Discussions

How to connect to Bluetooth MFI Devices on iOS ?

Rodrigo_M_1
New Contributor II
1,354 Views

Hi there, I'm trying to connect my iPhone through Bluetooth printer (Intermec PR3).

This is a PR3 Durable Mobile Receipt Printer that I can't find on iPhone Bluetooth list because it's needs the MFi-enabled (Made for iPhone/iPod/iPad...)

By the way, I found in the printer's manufacture a native SDK for x-code... but I have no idea if it's possible or how to convert this SDK to a Cordova plugin to be used with Intel XDK...

Do you guys have any idea ?

Thanks!

0 Kudos
1 Solution
Elroy_A_Intel
Employee
1,354 Views

In order to use a native SDK in a Hybrid HTML5 application, you will need to write the appropriate Objective-C or Swift source code using xCode. This is require knowledge of xCode and the respective programming language. For more information on creating a Cordova plugin that access a native SDK or code, visit http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html

View solution in original post

0 Kudos
1 Reply
Elroy_A_Intel
Employee
1,355 Views

In order to use a native SDK in a Hybrid HTML5 application, you will need to write the appropriate Objective-C or Swift source code using xCode. This is require knowledge of xCode and the respective programming language. For more information on creating a Cordova plugin that access a native SDK or code, visit http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html

0 Kudos
Reply