Skip to content

Releases: 0xced/XCDYouTubeKit

Version 2.2.0

24 Jun 18:39
Compare
Choose a tag to compare
  • Networking and parsing code is executed on a background thread for better performance. The XCDYouTubeVideoOperation class has changed from an asynchronous to a synchronous operation and must not be started on the main thread. (#147)
  • Logging support, see the README for documentation.
  • Improved documentation.

Version 2.1.3

15 May 10:18
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#144)

Version 2.1.2

28 Apr 15:44
Compare
Choose a tag to compare
  • Fixed playback of some protected videos. (#122)
  • Fixed playback of some age restricted videos. (#137)

Version 2.1.1

18 Feb 13:34
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#116)

Version 2.1.0

06 Feb 16:55
Compare
Choose a tag to compare
  • New expirationDate property on the XCDYouTubeVideo class. (#96)
  • Create proper (non generic) Xcode archives when integrated manually. (#102)
  • Adaptation to YouTube API change. (#105)
  • Fixed protected age restricted videos.

Version 2.0.3

13 Nov 14:26
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#94)
  • Support for age restricted videos.
  • Project upgraded to Xcode 6.

Version 2.0.2

20 Jul 23:46
Compare
Choose a tag to compare
  • Fixed errors on protected videos. (#52)
  • Better error reporting if a protected video is not available.
  • Updated README about YouTube Terms of Service.

Version 2.0.1

19 Jun 22:23
Compare
Choose a tag to compare
  • Fixed crash on protected videos. (#46)
  • Ensure that the video doesn’t disappear after locking the device. (#36)
  • Demo app: do not crash when going to background very quickly after presenting a video. (#44)

Version 2.0.0

10 Sep 09:23
Compare
Choose a tag to compare
  • Project renamed to XCDYouTubeKit.
  • Support for protected videos. (#6, #11, #12, #21, #27, #31, #33)
  • OS X compatibility thanks to the new XCDYouTubeClient class. (#14, #18)
  • OS X dynamic framework target
  • Support for live videos. (#34)
  • Unit tested.
  • Fully documented.
  • Support for iOS 8 beta.
  • Improved demo projects.
    • New OS X demo project.
    • New settings screen on iOS for background playback and audio session category.
    • Demonstrates how to use the notifications to fill the Now Playing Info Center.

Version 1.1.2

28 Feb 13:30
Compare
Choose a tag to compare
  • Adaptation to YouTube API change. (#19)