LiveStatus
The Live Status module allows you to configure and manage live status updates for your application.
Set up and Initialize SDK#
The Flybuy SDK must be initialized when the application starts in order to configure the app authorization token and handle appropriate lifecycle methods.
Important: Complete all steps in the Android and iOS Setup guides.
Module Installation#
Native Initialization#
Android#
Modify android/app/build.gradle
Modify MainApplication.kt
iOS#
Modify iOS/yourproject/AppDelegate.mm
Usage#
Refer to the Flybuy Docs for a complete guide on usage of the Live Status module.
Additional Notes#
iOS#
Make sure that your iOS project target iOS 17 and above
Add this section in your project Podfile
Add FlyBuy.xcframework and FlyBuyLiveStatus.xcframework on your widget Framework and Library section in xcode
On the widget
xxBundlefile, please importFlyBuyandFlyBuyLiveStatus