is it possible to access apple external accessories framework and use with any device that is "Made For Apple"? without API? [closed]

StackOverflow https://stackoverflow.com/questions/22157621

  •  19-10-2022
  •  | 
  •  

Question

I am wondering if i can develop an iOS application with any device that is made for apple even thought i do not have an API nor the protocol used? I mean is there a way that I can use the devices.

Was it helpful?

Solution

So you want to detect whenever an external accessory is plugged into an iPhone/iPad and communicate with that device?

Without using the official API from the developer of that accessory, you'd have to reverse-engineer its protocol, and that might get you into trouble for copyright reasons.

You can get started with using external accessories on iDevices here, though it won't help you much without knowing how to communicate with a specific device.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top