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
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top