Closed hatched-mariusz closed 1 year ago
The sample app use a deprecated method: https://github.com/RadiusNetworks/flybuy-android-example/blob/main/app/src/main/java/com/radiusnetworks/example/flybuy/ExampleApplication.kt
FlyBuyCore.configure(this, "FLYBUY_APP_TOKEN")
Thanks for reporting this. We'll look into it to figure out what is happening. Can you provide the SDK version you are using?
We found the issue for the Builder
class. We will have a fix in the next SDK release.
Thanks for reporting this. We'll look into it to figure out what is happening. Can you provide the SDK version you are using?
I notice that in the latest version 2.8.2 and previous too.
This has been fixed in SDK v2.8.3
I see that
Is deprecated and I should use
Into documentation is the same:
But class ConfigOptions doesn't have the Builder: