Releases: RadiusNetworks/flybuy-android
Releases · RadiusNetworks/flybuy-android
Flybuy SDK
Performance enhancements and improvements
Flybuy SDK
Enhancements:
- Support for apps targeting Android 13 (SDK 33). See Targeting Android 13 for migration steps including handling the new notifications permission.
Deprecations:
- Minimum supported Android version is now Android 5.0 (SDK 21)
Flybuy SDK
Bug Fixes:
- Fixes a race condition when FlyBuyCore.onNewPushToken is called
Flybuy SDK
Enhancements:
- Available pickup types and other pickup config information available for sites responses. See SDK docs for details.
- Background push message support for Flybuy Notify campaign syncing. See Notify setup instructions for details.
- Other telemetry and performance enhancements
Flybuy SDK
Enhancements:
- New methods for fetching sites and creating orders using the site partner identifier. Refer to Order Creation flow docs for details.
- Simplifies SDK configuration steps when initializing SDK. Refer to Android setup guide for details.
- Additional performance enhancements and telemetry.
Deprecations:
- All existing sites fetch methods have been deprecated in favor of the new methods for fetching by site partner identifier.
Flybuy SDK
Enhancements:
- Support for client-side ETA
Flybuy SDK
Enhancements:
- Performance improvements and telemetry enhancements
Flybuy SDK
Bug Fixes:
- Minor bug fixes and improvements
Flybuy SDK
Enhancements:
- Added support to be able to detect if customer has arrived at the wrong site. Feature must be enabled by Flybuy admins.
Deprecations:
- Site fetch methods return
live
sites by default. An optionaloperationalStatus
parameter can
be passed to get sites with a different operational status (e.g.demo
).
Flybuy SDK
Enhancements:
- Support for "Defer on Pickup" Notify campaigns