I have a hardware device which would communicate with a third party application on Android and IOS over Bluetooth to send to and fro data. With Android I am able to achieve this, however in case of IOS I don't have any information.
Till now the information gathered to work with IOS devices is: 1. Application runs on Iphone 5 2. Hardware is MFI enabled 3. IAP2 is supported
Please guide how to connect the hardware to an application and what other information is essential? Is AppName, BundleID, BundleSeedID and ProtocolName required to connect? If yes how we can get these details?
I tried unzipping the application but the Info.plist file looks garbled and not able to get much info from that.
Currently I am able to connect the hardware with IPhone over Bluetooth, but my real concern is how to communicate with a specific application on it.
Also if you can provide some link or pseudo code to initiate a session between hardware and IOS application.