Skip to content

Simple library to get notified if iOS device connected to any AirPlay device

Notifications You must be signed in to change notification settings

martinpilch/AirPlayCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AirPlayCheck

Simple library to get notified if iOS device connected to any AirPlay device

You can add AirPlay device connection support in few easy steps:

  1. Add the TMAirPlayAdditions.h and TMAirPlayAdditions.m files to your project.
  2. Add AVFoundation and AudioToolbox frameworks to your project.
  3. Import TMAirPlayAdditions.h
  4. Init the class using [TMAirPlayAdditions initSharedInstance];
  5. Add observers for kAirPlayDeviceConnectedNotification and kAirPlayDeviceDisconnectedNotification notifications

About

Simple library to get notified if iOS device connected to any AirPlay device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published