Instructions to upgrade iOS SDK version to 9.3.0

When upgrading from an older SDK version to version 9.3.0, 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

ONGAuthenticationDelegate

  • userClient:didStartAuthenticationForUser: ==> userClient:didStartAuthenticationForUser:authenticator:
  • userClient:didAuthenticateUser:info: ==> userClient:didAuthenticateUser:authenticator:info:
  • userClient:didFailToAuthenticateUser:error: ==> userClient:didFailToAuthenticateUser:authenticator:error:

ONGMobileAuthRequestDelegate

  • userClient:didHandleMobileAuthRequest:info: ==> userClient:didHandleMobileAuthRequest:authenticator:info:
  • userClient:didFailToHandleMobileAuthRequest:error: ==> userClient:didFailToHandleMobileAuthRequest:authenticator:error:

ONGBrowserRegistrationChallenge

  • userProfile will be removed in the next major release.

results matching ""

    No results matching ""