You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a bug where a opening a blacklisted URI scheme would cause an HTTP status 400 for each
Branch open until the app was opened with a universal link (DEVEX-341).
After opening a blacklisted scheme, the app would not open other schemes until a https URL was opened.
Added code that clears the blacklisted URL after sending the regex pattern to the server.
The matching regex is now sent in external_intent_uri rather than universal_link_url.
Removed an old NSLog from debugging.
Added BNCProductCategoryAllCategories(void) and BNCCurrencyAllCurrencies(void) convenience functions.
Updated the Info.plist URI scheme filter and clarified documentation (DEVEX-343).
Updated our URI scheme filter that finds the URI scheme for the app.
Updated the documentation to clarify that the partner's app URI should be the first URI.