How to config a playlist with Kaltura SDK for iOS?

Hi,

I trying to figure it out how to config a playlist with the “Player SDK native iOS” (https://github.com/kaltura/player-sdk-native-ios). I was following the Getting Started from the Github Repository but it only works for individual entry-ids:

// Video Entry
config.entryId = @"1_o426d3i4"; 

Any ideas? Thanks in advance!

I opened an issue and a developer told me that playlist is not supported for now: https://github.com/kaltura/player-sdk-native-ios/issues/135#issuecomment-197941600