Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to check whether Qonversion has been initialized #356

Open
LorTos opened this issue Sep 11, 2024 · 3 comments
Open

Ability to check whether Qonversion has been initialized #356

LorTos opened this issue Sep 11, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@LorTos
Copy link

LorTos commented Sep 11, 2024

It would be nice to have the ability to check whether the framework has been initialized.

My use case is that I use checkEntitlements when the user returns to the app, and in some edge cases the user apparently puts the app in background before the initialization completes, then comes back to it and the checkEntitlements is triggered.

I can work around the problem and it's not that problematic, but could come in handy to have a quick way to check in some other cases. Plus if I understand it correctly it should be just a matter of exposing something like:

abstract class Qonversion {
  ...
  static bool get isInitialized => _backingInstance != null
  ...
}
@suriksarkisyan
Copy link
Contributor

Hi @LorTos
Thanks for the request.
I'll add this to our feature requests list and let you know when we implement it!

@suriksarkisyan
Copy link
Contributor

By the way, here is our public list of feature requests.

@LorTos
Copy link
Author

LorTos commented Sep 11, 2024

Uh good to know! I'll add it there next time, thanks!

@SpertsyanKM SpertsyanKM added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants