All Versions
54
Latest Version
Avg Release Cycle
33 days
Latest Release
571 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.5.2 Changes
- Ensure that all the streams are downloadable at full speed. (#177)
- Post the video notification after setting the movie playerβs contentURL property. (#233)
- π Fixed playback of some age restricted videos.
-
v2.5.1 Changes
- Adaptation to YouTube API change. (#231)
- π Fixed compilation issue with Xcode 7.3 beta. (#228)
- Properly annotated the
preferredVideoQualities
property asnull_resettable
.
-
v2.5.0 Changes
- π§ Logging is fully configurable with the new
XCDYouTubeLogger
class. - β Added
XCDYouTubeAllowedCountriesUserInfoKey
for better diagnosis of some unplayable (geoblocked) videos. (#216)
- π§ Logging is fully configurable with the new
-
v2.4.3 Changes
- Fixed XCDYouTubeKit iOS Framework deployment target. (#223)
-
v2.4.2 Changes
- π Restored iOS deployment target to 7.0. (#220)
- π Improved
-[XCDYouTubeVideo debugDescription]
by sorting streams by itag. - π Improved logging performance.
-
v2.4.1 Changes
- β Added the CFBundleVersion key in the Info.plist file for iTunes Connect validation. (#214)
-
v2.4.0 Changes
- π Support for tvOS. (#182)
- π Replaced deprecated methods and classes: now using
NSURLSession
instead ofNSURLConnection
internally. (#190, #210) - π Support for Objective-C generics where applicable.
- π The
XCDYouTubeVideoOperation
class has changed back from a synchronous to an asynchronous operation and can be started on the main thread.
-
v2.3.3 Changes
- Adaptation to YouTube API change. (#193, #194, #196, #197, #198, #202)
-
v2.3.2 Changes
- Adaptation to YouTube API change. (#186)
-
v2.3.1 Changes
- π Improved Swift 2.0 interoperability. (#178)