Skip to content

Prerequisites

Before proceed to the SDK integration, it is advisable to follow the following prerequisites below

Important

To fully operate the iOS SDK, requirement below are neccessary

  • xCode version 14.0 and above
  • iOS version 14.0 and above
  • CocoaPods version 1.14.3 and above

SDK Version History

  • 0.12.1 (2024-01-12): Latest
    • Add TimeZone parameter to BSA.APICaller.retrieveAuthHistory function.
  • 0.12.0 (2024-01-10)
    • Modify DeviceID management logic
    • Change in FCM token renewal conditions: Call renewal API once a day on first run
  • 0.11.7 (2023-12-11)
    • Add token expiration event to API function that uses AccessToken
    • Added result callback to BSA.APICaller.checkRequestedAuthExists function.
  • 0.11.6 (2023-11-10)
    • Added onTokenExpired callback to APIs that use authentication tokens.
    • Add onCompleted callback
    • Added simplified form of verifyOTPNumber API (using type)
  • 0.11.3 (2023-10-27)
    • Delete the authPlatform parameter of AutoAuthenticator
    • Fix authentication bug in AutoAuthenticator
  • 0.11.1 (2023-10-12)
    • Change BSA.APICaller.requestOTPNumberSend to BSA.APICaller.requestSendOTPNumber
    • Add bundleIdentifier parameter to BSA.APICaller.requestSendOTPNumber
  • 0.11.0 (2023-10-05)
    • AutoAuthenticator bug fix
  • 0.10.18 (2023-09-27)
    • First release version