Hello, anyone tried to implement Google AdMob native app in ios using Compose Multiplatform?
I've figured out how to load an ad's data, but it seem that I need a native view to handle user's click and that I can't simply use a Compose button's onClick callback.
I suppose that I should go for a SwiftUI implementation, but before doing so I wanted to know if anyone had success implementing it in Compose ๐
Thanks for reading and I wish you all a nice day!