You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 thecheckEntitlements
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:
The text was updated successfully, but these errors were encountered: