LiveStatus
The Live Status module allows you to configure and manage live status updates for your application.
#
Set up and Initialize SDKThe 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#
AndroidModify android/app/build.gradle
Modify MainApplication.kt
#
iOSModify iOS/yourproject/AppDelegate.mm
#
UsageRefer to the Flybuy Docs for a complete guide on usage of the Live Status module.
#
Additional Notes#
iOSMake 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
xxBundle
file, please importFlyBuy
andFlyBuyLiveStatus