Release Notes

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.