Skip to content

Releases: inka-pallycon/pallycon-fps-ios-sdk

v2.3.0

26 Jul 07:46
Compare
Choose a tag to compare

Version 2.3.0

  • Fixed a CoreData error that only occurs in iOS 12

Version 2.2.0

  • Fixed an error where KeyID could not be used to obtain a license
  • PallyConDrmConfiguration.authData input is changed to optional.
    • PallyConDrmConfiguration.init() function is modified because authData is now optional.

v2.1.0

02 May 01:52
Compare
Choose a tag to compare
  • Added privacy manifest by Apple's AppStore policy

v2.0.0

30 Jan 03:25
Compare
Choose a tag to compare
  • Updated integration APIs for better functionality and clarity.
  • Deprecated some old APIs which are not needed anymore. Please check the included documents for more details.

v1.17.3

19 Jul 05:39
Compare
Choose a tag to compare
  • Fixed an issue with iOS 17 beta version

v1.17.2

10 Mar 07:34
Compare
Choose a tag to compare
  • Fixed a bug about AirPlay playback

v1.17.1a

09 Jan 05:51
Compare
Choose a tag to compare
  • Fixed SDK library file issue in previous release

v1.17.1

22 Aug 02:58
b3dd7cf
Compare
Choose a tag to compare
  • To prevent license errors when downloading small-size contents, the createDownloadTask() function that acquires a license first has been added.
  • The content download function has been updated based on AVContentKeySession. Accordingly, the download function is only supported on iOS 11.1 and above.
  • Fixed some errors related to AVAssetResourceLoader.