/ZendeskSDK-SwiftUI-sample

Basic SwiftUI app showcasing basic setup of Zendesk's Product SDKs

Primary LanguageSwift

ZendeskSDK-SwiftUI-sample

Basic SwiftUI app showcasing basic setup of Zendesk's Product SDKs

Getting started

  1. Make sure you have CocoaPods installed.
  2. Run pod update
  3. Fill in the Zendesk credentials in the AppDelegate.
  4. Update the themeColor in the SceneDelegate.
  5. Create a bundle identifier in the project setup.
  6. Manage signing in the Signing & Capabilities section.
  7. Run the sample

Note: Use ContentView_Previews to leverage SwiftUI's hot reload feature.