twilio-conversations-demo-ios-swift
twilio-conversations-demo-ios-swift copied to clipboard
feat: Update Conversations SDK to 4.0.2
Context:
Since the latest version the type (ChannelType) property from the Participant is no longer available from Swift context, instead it was replaced for a basic enum for Swift. Previously the type was being stored in CoreData as an integer, so the idea behind this update is to stored the channel as a plain String, since it will be use only for display purposes.
Changes:
- Upgrade Conversations SDK to 4.0.2
- Add data migration to change
typefor the String version. - Store channel type.
| Type Marked as Unavailable | StoredAsInt16 | Channel Type BasicEnum |
|---|---|---|
Contributing to Twilio
All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.
- [x] I acknowledge that all my contributions will be made under the project's license.