đź‘‹
Did anyone implement native Google Ads in Compose Multiplatform targeting Android and iOS?
It’s OK for the Android part using
AndroidViewBinding
but I don’t know how to perform the same operation on iOS. How would be the process of using a custom UIKit view (with .xib file) from Compose? I don’t see any other solution.
Thanks!
Nacho Ruiz Martin
02/17/2024, 11:33 AM
Oh, but using a custom UIView means the Compos theming style will not be applied.
I'm stuck here. Any idea?