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
We have deprecated [Cocoapods](https://blog.cocoapods.org/CocoaPods-Specs-Repo/) support in favor of Swift Package Manager. Please migrate to continue using our SDKs.
77
+
78
+
Check out our quickstart guides for [`RealtimeKit`](https://docs.realtime.cloudflare.com/ios-core#step-1-install-the-sdk) and [`RealtimeKitUI`](https://docs.realtime.cloudflare.com/ios/quickstart#step-1-install-the-sdk) for detailed installation instructions.
79
+
:::
80
+
</TabItem>
68
81
</Tabs>
69
82
70
83
## Migration Steps
@@ -740,4 +753,44 @@ The Dyte SDKs are now in maintenance mode and will no longer receive feature upd
Migrating from Dyte to Cloudflare RealtimeKit is a straightforward process that mainly involves updating package names and renaming components and classes.
759
+
760
+
To manually migrate your project, follow these steps:
761
+
762
+
### 1. Update Package Imports
763
+
764
+
In your source code, replace all Dyte package import paths with their corresponding RealtimeKit equivalents:
765
+
766
+
| Find | Replace With |
767
+
| ------------- | --------------- |
768
+
|`DyteiOSCore`|`RealtimeKit`|
769
+
|`DyteUiKit`|`RealtimeKitUI`|
770
+
771
+
### 2. Update Naming Conventions
772
+
773
+
RealtimeKit introduces new naming conventions. Generally, replace `Dyte` with `RealtimeKit`, `RTK`, or `Rtk`, depending on the context.
0 commit comments