logShowPaywall from SwiftUI Demo not working
Hey,
We are using PaywallService from SwiftUI Demo and it's looks like that
func logPaywallDisplay() { paywall.map { Adapty.logShowPaywall($0) } }
Not working properly, since we have implemented this service class in a few projects and calling it .onAppear but no logged events displaying in the Adapty Dashboard.
Could you please check your code and confirm that it's actual and working
Thanks for reporting this, @snake302. We'll check it out and fix any problems we find. Stay tuned for updates!
Hi, @snake302! I've updated the SwiftUI example dependency (you can find it here) and checked the issue you reported. The logPaywallDisplay is being called as expected every time the paywall is shown. Are you sure that your UI hierarchy is correct and that onAppear you are relying on is placed accurately?
Closing this issue due to inactivity. If you're facing this issue and have more details, feel free to reopen. Thanks!