Hello everyone, I’m currently working on a Kotlin ...
# multiplatform
i
Hello everyone, I’m currently working on a Kotlin Multiplatform project. We have a player (KMP) module where we need to integrate Google IMA. On Android, the integration went smoothly, but on iOS, I tested with CocoaPods, and it seems there is an issue. Has anyone already integrated Google IMA on iOS within a Kotlin Multiplatform module? If so, do you have any feedback on the best approach or any challenges you encountered? Thanks in advance for your insights! 😊
👀 1
f
Hello, Did you try https://frankois944.github.io/spm4Kmp/ ? Google IMA should also be exportable to Kotlin.