Skip to content

Add API to check Bazaar app version compatibility #13

Description

@AlirezaGhanbarinia

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions