mergAccessory
Type
library
Description
mergAccessory is an iOS external for connecting to and communication with accessory hardware using the External Accessory framework.
Each device in the MFi program has a name and one or more protocols it
supports. For your app to see the device it needs to state what
protocols it supports. To do this you need to edit the plist file which
is found at /Applications/LiveCode 5.5.app/Contents/Tools/Runtime/iOS/Device-5_1/Settings.plist
.
Add the protocols your application supports under the
UISupportedExternalAccessoryProtocols
key.
keyUISupportedExternalAccessoryProtocols/key
array
stringcom.bluebamboo.p25i/string
/array
Your application will also need to be registered with the manufacturer and Apple.