Skip to content

ronaldmannak/ConnectedDrive

Repository files navigation

ConnectedDrive

Access to the ConnectedDrive server for iOS, OSX and Apple TV apps. ConnectedDrive is based on Edent's i-Remote API

To use ConnectedDrive, you will need a valid ConnectedDrive account and the secret API key hidden in the original i-Remote app. To find the API key, see authorization or use Charles Proxy.

Includes an OSX example menu bar app.

OSX menu screenshot

OSX notification screenshot

Installation

To integrate ConnectedDrive into your Xcode project using CocoaPods, add the following lines to your Podfile:

use_frameworks!

pod 'ConnectedDrive', '~> 0.1'