Releases: RadiusNetworks/flybuy-ios
Releases · RadiusNetworks/flybuy-ios
FlyBuy SDK
Enhancements:
- Updates dynamic island with configurable icon for Live Status
Bug Fixes: - Stop live activity when the order completes when using Live Status
FlyBuy SDK
Bug Fixes:
- Fixes deadlock on main thread when updating push token
- Fixes client ETA missing intermittently when wrong site detection is enabled
FlyBuy SDK
Enhancements:
- iOS Privacy Manifests and Digital Signatures
- Notify Site-Level Campaign Support
FlyBuy SDK
Enhancements:
- New Live Status module for displaying order status during pickup orders
Bug Fixes:
- Fixes multiple callbacks when fetching sites where there is an error
FlyBuy SDK
Enhancements:
- Added handoff vehicle location (aka bag placement) to order options for claiming/creating order
FlyBuy SDK
Bug Fixes:
- Fixes background location tracking for apps that use Always location permission
- Fixes Notify telemetry when app does not have notification permission
Enhancements:
- Performance improvements for wrong site detection
FlyBuy SDK
Bug Fixes:
- Fixes issue setting pickup type and pickup window when creating orders using
OrderOptions.Builder
- Fixes deferred location tracking getting enabled when claiming an order
Enhancements:
- Dine In link support (see documentation for details)
FlyBuy SDK
Enhancements:
- New
OrderOptions.Builder
for creating and claiming orders. See Order Redemption and Order Creation docs for implementation examples.
Bug Fixes:
- Various performance improvements and bug fixes
Deprecations:
- All order create and claim methods have been deprecated in favor of the the new order options builder.
FlyBuy SDK
Enhancements:
- New deferred location tracking feature (see Order Redemption in SDK docs for details)
- New
ConfigOptions.Builder
for configuringFlyBuy.Core
(see setup instructions in SDK docs for changes
Deprecations:
- Deprecates existing
FlyBuy.Core.configure
method that uses a string dictionary
FlyBuy SDK
Bug Fixes:
- Fix intermittent crash due to multi-threaded sqlite db access