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
Adapty.activate(with: configurationBuilder){ error iniflet error {
// handle the error
return}
// Only if you are going to use AdaptyUI
AdaptyUI.activate()}
This way, AdaptyUI is only activated when Adapty is. (and it works)
Is this a bug or does docs need to be updated?
The text was updated successfully, but these errors were encountered:
In the docs, it's recommended to enable Adapty and AdaptyUI this way:
But when done this way, AdaptyUI fails to activate because it does not wait for Adapty to be activated.
And only later in the log you can see Adapty activating:
A way to fix this is writing it this way:
This way, AdaptyUI is only activated when Adapty is. (and it works)
Is this a bug or does docs need to be updated?
The text was updated successfully, but these errors were encountered: