Recognizer SDK (2.0.0)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Digital SDK (1.6.4)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Account Linking SDK (1.5.3)
- BREAKING CHANGE Changes to the Amazon Retailer:
AMAZON_BETAis replaced withAMAZONAMAZON_UK_BETAis replaced withAMAZON_UKAMAZON_CA_BETAis replaced withAMAZON_CAAMAZON_AU_BETAis replaced withAMAZON_AUAMAZON_ES_BETAis replaced withAMAZON_ESAMAZON_DE_BETAis replaced withAMAZON_DEAMAZON_FR_BETAis replaced withAMAZON_FR
- Added new Retailers:
- ALI EXPRESS (US)
- TEMU (US)
- SHEIN (US)
- THRIVE MARKET (US)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- BREAKING CHANGE AccountLinkingClient Public API changes:
- Changed method signature
AccountLinkingClient.verify()intoAccountLinkingClient.link() - Changed method signature of
AccountLinkingClient.order(), removingpreview: (view: View?)parameter
- Changed method signature
- Improvements in handling Web Cookies for Account Linking sessions
- Stability fixes and improvements
Barcode SDK (1.6.6)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Core SDK (1.6.6)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Improvements in handling Web Cookies
- Stability fixes and improvements
Camera SDK (1.6.6)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Camera UI SDK (1.4.0)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Earnings SDK (1.6.6)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Surveys SDK (1.5.4)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Security SDK (1.0.9)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Digital Analytics SDK (1.0.9)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Logcat SDK (1.0.9)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Messaging SDK (1.0.1)
- New Feature (Beta): Background Refresh and blinkreceipt-messaging SDK -- We’re excited to announce
the beta release of Background Refresh for BlinkReceipt! - Background Refresh allows your app to automatically fetch new orders and perform remote scrapes
without requiring an active user session. Once enabled, BlinkReceipt sends periodic FCM push
notifications to trigger order fetching and account updates seamlessly in the background. - To enable this functionality, apps must now integrate the new blinkreceipt-messaging SDK, which
handles push notifications and background actions. - Key Highlights:
- Automatic background order fetching for linked accounts (Account Linking and IMAP/Remote
Scrape). - New blinkreceipt-messaging SDK dependency to manage push messaging and background workflows.
- Lightweight integration: Initialize the SDK via code or AndroidX Startup, and delegate FCM
messages to the SDK. - Supports full lifecycle management: Collect background fetch results via a simple SharedFlow
API.
- Automatic background order fetching for linked accounts (Account Linking and IMAP/Remote
- Getting Started:
- Add blinkreceipt-messaging to your app’s dependencies.
- Integrate Firebase Cloud Messaging (FCM) support if not already present.
- Forward incoming FCM push notifications to the Messaging SDK.