The CometChat Cards SDK provides card rendering capabilities used by CometChat Campaigns. It enables rendering rich, structured card layouts with customizable elements and interactive components.
To set up the CometChat Cards SDK, you'll need to follow these steps:
- Registration: Go to the CometChat Dashboard and sign up for an account.
- After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
- Check the Key Concepts to understand the basic components of CometChat.
In Xcode, go to File > Add Package Dependencies and enter:
https://github.com/cometchat/cards-sdk-ios.git
Add the following to your Podfile:
platform :ios, '13.0'
target 'YourApp' do
use_frameworks!
pod 'CometChatCardsSwift', '1.0.0'
endThen run:
pod installThis library is currently used by CometChat Campaigns. For integration guides, refer to:
For issues, create a support ticket or seek real-time support via the CometChat Dashboard.
