ZendeskSDK-SwiftUI-sample
Basic SwiftUI app showcasing basic setup of Zendesk's Product SDKs
Getting started
- Make sure you have CocoaPods installed.
- Run
pod update
- Fill in the Zendesk credentials in the
AppDelegate
. - Update the
themeColor
in theSceneDelegate
. - Create a bundle identifier in the project setup.
- Manage signing in the
Signing & Capabilities
section. - Run the sample
Note: Use ContentView_Previews
to leverage SwiftUI's hot reload feature.