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
Docs say clearly "didSelectProduct optional If the product was selected for purchase (by a user or by the system), this callback will be invoked."
However it is invoked only if you manually select product on a paywall. Is there a way to get preselected product's id programmatically? I see such option through AdaptyUI.PaywallConfiguration.productsViewModel.selectedProductsIds but it's not available because of incapsulation