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
- Host: GitHub
- URL: https://github.com/takumi314/sample-externalaccessory
- Owner: takumi314
- Created: 2017-12-23T11:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T02:12:33.000Z (about 8 years ago)
- Last Synced: 2025-03-29T10:43:33.511Z (12 months ago)
- Topics: cpp, framework, ios, sample-code, sample-project, swift4
- Language: Swift
- Size: 111 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)).