You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide a detailed guide on how to integrate the PubNub Chat SDK into an existing Kotlin Multiplatform (KMP) project? Any step-by-step instructions or best practices for the integration process would be greatly appreciated.
Additionally, is it necessary to write bridging code separately for Android and iOS, or does the SDK provide a unified approach for KMP projects?
The text was updated successfully, but these errors were encountered:
Hello, we currently use KMP internally to publish the Kotlin, Swift and JS SDKs, but we're not ready to recommend a full KMP integration. Most Chat things would work if you just try it, but if you needed to drop down to PubNub SDK level then not all calls are implemented (only those we use internally in Chat). If anything changes, we'll include the KMP approach in our documentation
Could you provide a detailed guide on how to integrate the PubNub Chat SDK into an existing Kotlin Multiplatform (KMP) project? Any step-by-step instructions or best practices for the integration process would be greatly appreciated.
Additionally, is it necessary to write bridging code separately for Android and iOS, or does the SDK provide a unified approach for KMP projects?
The text was updated successfully, but these errors were encountered: