Hi there. We have a native iOS app using Realm Swi...
# realm
r
Hi there. We have a native iOS app using Realm Swift. And, we’ve built a shared SDK (multiplatform) using realm-kotlin to use on both Android and iOS. Things seems to work fine having both the SDKs on iOS. Are there any caveats we should be aware of when using multiple SDKs in the same iOS app?
c
Only i they are accessing the same file. If they are doing that, it is very important that the Realm Core version is the same across the SDK’s, otherwise you risk corrupting the Realm file.