An open API service indexing awesome lists of open source software.

https://github.com/takumi314/sample-externalaccessory


https://github.com/takumi314/sample-externalaccessory

cpp framework ios sample-code sample-project swift4

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sample-ExternalAccessory

This is sample code with ExtenalAccessory Framework in Apple API .

## Introduction

ExternalAccessory framework provides support for communicating with external hardware, which is accessories connected to iOS-based device by the Apple Lightning connector, or connected wirelessly through Bluetooth.

## Usage

Applications that support external accessories must be sure to configure their **Info.plist** file correctly. Specifically, you must include the UISupportedExternalAccessoryProtocols key to declare the specific hardware protocols your application supports. For more information about this framework, see ([External Accessory Programming Topics](https://developer.apple.com/library/content/featuredarticles/ExternalAccessoryPT/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009502)).