Instructions to upgrade iOS SDK version to 9.1.3
When upgrading from an older SDK version to version 9.1.3, several changes have to be applied in your application. Although it is still possible to use the old API's we recommend to update to the new API's since the old ones will be removed in the next big update of the SDK.
Deprecated API's
ONGFingerprintChallenge
==> ONGBiometricChallenge
ONGAuthenticationDelegate
userClient:didReceiveFingerprintChallenge:
==>userClient:didReceiveBiometricChallenge:
ONGMobileAuthRequestDelegate
userClient:didReceiveFingerprintChallenge:forRequest:
==>userClient:didReceiveBiometricChallenge:forRequest:
ONGAuthenticator
ONGAuthenticatorTouchID
==>ONGAuthenticatorBiometric
ONGErrors
ONGAuthenticationErrorTouchIDAuthenticatorFailure
==>ONGAuthenticationErrorBiometricAuthenticatorFailure
ONGRegistrationDelegate
userClient:didRegisterUser:info:
==>userClient:didRegisterUser:identityProvider:info:
userClient:didFailToRegisterWithError:
==>userClient:didFailToRegisterWithIdentityProvider:error: