Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-cisco committed Sep 30, 2024
1 parent a5c5136 commit 54da521
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ let package = Package(
.binaryTarget(
name: "WebexConnectCore",
url: "https://github.com/webex/webexconnect-ios-sdk/releases/download/3.0.0/WebexConnectCore.zip",
checksum: "209496c7e41b0fa2fed1fac1f755c947ad8d18461e855c95cc5f3dee7a306e92"
checksum: "e40b0fe5781e1f7a39d6dd019b54df103ab871695848334bcff85b464edf92ed"
),
.binaryTarget(
name: "WebexConnectPush",
url: "https://github.com/webex/webexconnect-ios-sdk/releases/download/3.0.0/WebexConnectPush.zip",
checksum: "e29bef2afa30fd09225d25f0b57dcf978af2b3afc9125e99c877283d0764dc07"
checksum: "d259ab3302d76df1ee392f2502664150286dc430e755bc4d27167e77d82cad30"
),
.binaryTarget(
name: "WebexConnectInAppMessaging",
url: "https://github.com/webex/webexconnect-ios-sdk/releases/download/3.0.0/WebexConnectInAppMessaging.zip",
checksum: "970d40977d60a2459908da497b2ec6dff8f3ab5d08b60efadf5b9bbcdbc5d482"
checksum: "4db34593428ec0267e6fcb6be56a9eef58c120169f1e31b485cb75c0418c62e9"
),
.binaryTarget(
name: "WebexConnectNotificationServiceExtension",
url: "https://github.com/webex/webexconnect-ios-sdk/releases/download/3.0.0/WebexConnectNotificationServiceExtension.zip",
checksum: "091c06f41cd390974232074c87c7585326d3068f8373f65bda49770282527473"
checksum: "898954fe2ce03639dbb11c8ef976eda69b108034bdffe7c9e82bf13f2e140238"
)
]
)
55 changes: 32 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
## Webex Connect iOS SDK
# Webex Connect iOS SDK

Webex Connect iOS SDK provides a messaging framework that enables app developers to embed bidirectional in-app messaging and interactive push notifications capabilities within their mobile applications.
Webex Connect iOS SDK provides a messaging framework that enables app developers to embed bidirectional in-app messaging and interactive push notifications capabilities within their mobile applications.

## Core SDK Flavours:
## v3.x.x Modularized SDKs

- Full SDK: Webex Connect Core SDK - Full
We have introduced new modularized SDKs in version 3.0.0, each designed to offer specific functionality. Please follow the below table to get more details of each module and its functionality. This will help you to understand what's available in each module and decide which modules you want to integrate into your applications.

- This SDK supports Live Chat / In-App and Push Messaging capabilities.
| **Module** | **Description** |
| --- | --- |
| WebexConnectCore<br>(Mandatory) | The Core module is the foundation of the Webex Connect SDK. It provides essential functionality that all other modules depend on, including initialization, configuration, registration, and shared utilities. |
| WebexConnectPush | The push module enables your application to receive and handle push notifications. It abstracts the underlying push notification service, providing customized support for notification management. |
| WebexConnectInAppMessaging | The inappmessaging module offers both one-way and two-way messaging capabilities for your app. |

- Supports all the features.
## v2.x.x Legacy Core SDK Flavours

- Details of all features can be found [here](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite).
We continue to support the old SDKs alongside the new modularized versions.

- Lite SDK: Webex Connect Core SDK - Lite
- Full SDK: Webex Connect Core SDK - Full
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
- Supports all the features.
- Details of all features can be found [here](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite).
- Lite SDK: Webex Connect Core SDK - Lite
- This SDK supports Live Chat / In-App and Push Messaging capabilities.
- It does not support device attribute monitoring capability.
- Details of all features can be found [here](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite).

- This SDK supports Live Chat / In-App and Push Messaging capabilities.
Both the Full and Lite SDKs are independent of each other. You can use either one depending on your use case.

- It does not support device attribute monitoring capability.
## Documentation References

- Details of all features can be found [here](https://developers.imiconnect.io/docs/sdk-vs-sdk-lite).
| **Documentation References** | **2.x** | **3.x** |
| --- | --- | --- |
| Overview of SDKs | [Link](https://developers.webexconnect.io/docs/overview-of-sdks) | |
| SDK Flavours / Features | [Link](https://developers.webexconnect.io/docs/sdk-vs-sdk-lite) | |
| Quick Start Guide | [Link](https://developers.webexconnect.io/docs/ios-sdk-quickstart-guide) | [Link](https://developers.webexconnect.io/docs/ios-quick-start-guide-modularized) |
| SDK Migration from 2.x to 3.x | [Link](https://developers.webexconnect.io/docs/ios-modularized-migration-sdk) | |

Both the SDKs are independent of each other. You can use either one of them depending on your use case.
## Support

## Documentation Refences

[Overview of SDKs](https://developers.imiconnect.io/docs/overview-of-sdks)

[Quick Start Guide](https://developers.imiconnect.io/docs/ios-sdk-quickstart-guide)

## Support

[Webex Connect Support](https://developers.imiconnect.io/docs/imiconnect-support)
- [Webex Connect Support](https://developers.imiconnect.io/docs/imiconnect-support)

## License
All contents are licensed under the Cisco EULA

&copy; 2000-2023 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.
See [License](https://www.cisco.com/c/en/us/products/end-user-license-agreement.html) for details.

See [LICENSE](https://github.com/webex/wxconnect-core-ios-sdk/blob/master/LICENSE) for details.
© 2000 - 2024 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.

0 comments on commit 54da521

Please sign in to comment.