Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] UI-1771 Sunset PubNub Chat Components for iOS #15

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Samples for PubNub Chat Components for iOS

> WARNING: PubNub no longer supports this software library, but you are welcome to contribute.

This repository contains a set of iOS projects that will help you learn about PubNub Chat Components for iOS.

Each sample application demonstrates a different type of chat, set of features, and use case.
Expand Down Expand Up @@ -27,4 +29,4 @@ Choose a sample application that demonstrates the use of chat components.

For more information about PubNub Chat Components for iOS, refer to:
* [GitHub repository](https://github.com/pubnub/chat-components-ios/blob/master/README.md)
* [Documentation](https://www.pubnub.com/docs/chat/components/ios)
* [Documentation](https://www.pubnub.com/docs/chat/community-supported/ios)
6 changes: 3 additions & 3 deletions getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ To use the app, you need:

## Usage

Read the [Getting Started](https://www.pubnub.com/docs/chat/components/ios) guide to learn how to use the app and better understand the logic behind it.
Read the [Getting Started](https://www.pubnub.com/docs/chat/community-supported/ios) guide to learn how to use the app and better understand the logic behind it.

## Features

The `getting-started` app showcases these PubNub Chat Components for iOS:

* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components#messageinput)
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components#messagelist)
* [MessageInput](https://www.pubnub.com/docs/chat/community-supported/ios/ui-components#messageinput)
* [MessageList](https://www.pubnub.com/docs/chat/community-supported/ios/ui-components#messagelist)
4 changes: 2 additions & 2 deletions telehealth-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Read the [tutorial](https://www.pubnub.com/tutorials/cross-platform-chat-applica

The `telehealth-example` app showcases these PubNub Chat Components for iOS:

* [MessageInput](https://www.pubnub.com/docs/chat/components/ios/ui-components#messageinput)
* [MessageList](https://www.pubnub.com/docs/chat/components/ios/ui-components#messagelist)
* [MessageInput](https://www.pubnub.com/docs/chat/community-supported/ios/ui-components#messageinput)
* [MessageList](https://www.pubnub.com/docs/chat/community-supported/ios/ui-components#messagelist)

## Usernames

Expand Down