kaltura / player-sdk-native-ios

Kaltura iOS Player SDK
GNU Affero General Public License v3.0
45 stars 33 forks source link

Fix refresh cache. #200

Closed noamtamim closed 8 years ago

noamtamim commented 8 years ago

KPURLProtocol: if cachePolicy is NSURLRequestReloadIgnoringLocalCacheData, do not read from cache. KPLocalAssetsManager: specify cachePolicy=NSURLRequestReloadIgnoringLocalCacheData when refreshing the cache.