Release Notes

Nov 07, 2024

CHANGED
Binary optimizations.

Oct 17, 2024

CHANGED
Upgrade to BRMailCore v1.0.

Sep 17, 2024

ADDED

New error types:

1. BRAccountLinkingErrorWebViewClosed

2. BRAccountLinkingErrorUnsupportedRetailer

FIXED

A random crash when executing in background.

CHANGED

Increase minimum target to iOS13.

The default value of webviewAuthEnabled (BRAccountLinkingConnection) is now true.

Removed following merchants:

1. Bed Bath & Beyond

2. Giant Eagle

3. H-E-B

4. HyVee

5. Kohls

6. Macy’s

7. Marshalls

8. Nike

9. Rite Aid

10. TJ Maxx

11. Staples

Aug 20, 2024

CHANGED
Binary optimizations.

July 20, 2024

ADDED
New flow for Gmail IMAP that allows e2e authentication inside a WebView.

July 16, 2024

ADDED
New, simplified authentication flow for Gmail IMAP that automates the enabling of two-factor authentication and app-password creation.
CHANGED
Improved Samples Response page

July 2, 2024

FIXED
Fixed invalid privacy manifest error when submitting to App Store.

June 20, 2024

ADDED
A new way to connect retailer accounts, via the retailer’s web page.
ADDED
Added support for new merchants:

1. Coles (AU)

2. Woolworths (AU)

  typedef NS_ENUM(NSUInteger, BRAccountLinkingRetailer) {
    ...
    BRAccountLinkingRetailerColesAU = 7610,
    BRAccountLinkingRetailerWoolworthsAU = 8646
  };

FIXED
Fixed couple retailers so their name accurate represents their locale.

  BRAccountLinkingRetailerCarrefourUK -> BRAccountLinkingRetailerCarrefourES
  BRAccountLinkingRetailerAliExpress -> BRAccountLinkingRetailerAliExpressUK

CHANGED
Removed all deprecated logic from BRAccountLinkingManager.