Argyle Changelog logo

Changelog

Most relevant updates and all breaking changes.

Subscribe to Updates

Labels

  • All Posts
  • Link
  • API
  • Console
  • Breaking
  • Coverage

Jump to Month

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • May 2020
  • January 2020
Link
6 months ago

Link 4.3

The Argyle team has released these updates to Link:

  • You can now give your users the option to upload documents to verify their income if they cannot find their income source. Set the ‘If no results’ experience to Document upload in Customizer to utilize this feature.
  • The onCantFindLinkItemClicked callback is now available through Link Customizer.
    • If you have defined this callback in your implementation, you must set the new behavior in Link Customizer. Set the ‘If no results’ experience to Callback in Customizer to utilize onCantFindLinkItemClicked. If you do not apply this setting, the callback will be ignored.
    • If you select Callback in the ‘If no results’ experience, you must also define the onCantFindLinkItemClicked callback programmatically. If you do not define this callback in your implementation, Link will raise the callback_undefined error.
  • The Login screen design has been refreshed, with some small updates to the user disclosure text.
  • A new overlay on the Login screen prompts your users to reset their password when they enter incorrect credentials.
  • The onUIEvent callback can now be invoked in additional scenarios. 
  • You can now integrate Argyle Link into your iOS application using the Swift Package Manager.

Link SDK upgrades are now available:

  • iOS 4.3
  • Android 4.3
  • React Native 4.3

Web integrations will automatically update to include these latest features.