Hi,
It seems that the library does not work correctly when the user's Cafe Bazaar app version is lower than 26.2.0.
As developers using this library, we currently don't have access to the installed Cafe Bazaar app version on the user's device. Because of that, we cannot check the compatibility before calling the library APIs, which may lead to runtime issues.
Would it be possible to provide a method in the library to check whether the installed Cafe Bazaar version is compatible with the library?
For example, something like:
- A function that returns the installed Bazaar version
- Or a boolean method that indicates whether the current Bazaar version is supported by the library
This would allow developers to safely check compatibility before using the library and handle unsupported versions gracefully.
Also, since the library itself may have access to Bazaar's package/version internally, it might be able to perform this check.
Thanks!
Hi,
It seems that the library does not work correctly when the user's Cafe Bazaar app version is lower than
26.2.0.As developers using this library, we currently don't have access to the installed Cafe Bazaar app version on the user's device. Because of that, we cannot check the compatibility before calling the library APIs, which may lead to runtime issues.
Would it be possible to provide a method in the library to check whether the installed Cafe Bazaar version is compatible with the library?
For example, something like:
This would allow developers to safely check compatibility before using the library and handle unsupported versions gracefully.
Also, since the library itself may have access to Bazaar's package/version internally, it might be able to perform this check.
Thanks!