RadiusNetworks / flybuy-android

FlyBuy SDK for Android
Other
5 stars 0 forks source link

Documentation is not updated #22

Closed hatched-mariusz closed 1 year ago

hatched-mariusz commented 1 year ago

I see that

FlyBuyCore#configure(application: android.app.Application, appTokenKey: kotlin.String)

Is deprecated and I should use

Screenshot 2023-07-18 at 14 26 42
FlyBuyCore#configure(application: android.app.Application, withOptions)

Into documentation is the same:

Screenshot 2023-07-18 at 14 27 43

But class ConfigOptions doesn't have the Builder:

Screenshot 2023-07-18 at 14 25 24
hatched-mariusz commented 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")
botnerd commented 1 year ago

Thanks for reporting this. We'll look into it to figure out what is happening. Can you provide the SDK version you are using?

botnerd commented 1 year ago

We found the issue for the Builder class. We will have a fix in the next SDK release.

hatched-mariusz commented 1 year ago

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.

botnerd commented 1 year ago

This has been fixed in SDK v2.8.3