Recognizer SDK (1.9.4)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Digital SDK (1.6.3)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Account Linking SDK (1.5.2)
- BREAKING CHANGE Changes to the Amazon Retailer:
AMAZON_BETA
is replaced withAMAZON
AMAZON_UK_BETA
is replaced withAMAZON_UK
AMAZON_CA_BETA
is replaced withAMAZON_CA
AMAZON_AU_BETA
is replaced withAMAZON_AU
AMAZON_ES_BETA
is replaced withAMAZON_ES
AMAZON_DE_BETA
is replaced withAMAZON_DE
AMAZON_FR_BETA
is replaced withAMAZON_FR
- Added new Retailers:
- ALI EXPRESS (US)
- TEMU (US)
- SHEIN (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
Barcode SDK (1.6.5)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Core SDK (1.6.5)
- 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.5)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Camera UI SDK (1.3.9)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Earnings SDK (1.6.5)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Surveys SDK (1.5.3)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Security SDK (1.0.8)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Digital Analytics SDK (1.0.8)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Logcat SDK (1.0.8)
- BREAKING CHANGE Relocated SDK distribution from https://maven.microblink.com to Maven Central.
- Stability fixes and improvements
Messaging SDK (1.0.0)
- 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.