11 months ago
iOS: 4.16.0 - Swift Package Manager Support and Playlist Customization
In this release, we've introduced Swift Package Manager as an integration option alongside our existing options and boosted JWPlayerKit
's playlist control. Plus, we've addressed stability issues with GoogleIMA streams and Google Cast casting.
New Features
- The iOS SDK supports the Swift Package Manager, allowing you to easily add, remove, and update the JWPlayerKit Swift package within your projects.
JWPlayerKit
'ssetPlaylistItemCallback(_:)
method allows you to customize and control playlist items, allowing you to modify or skip a given item, and even run your own asynchronous code.
Bug Fixes
- GoogleIMA DAI live streams load without a player failure.
- Ending casting to a Google Cast device no longer causes a player failure.