# coze-ios **Repository Path**: coze-dev/coze-ios ## Basic Information - **Project Name**: coze-ios - **Description**: Coze API 的 API 和 RTC SDK,适用于 iOS,包括 Swift 和 Objective-C - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: feat/coze-objc - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-26 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coze-ios RTC SDK Demo for Coze API prepared for iOS, including Swift and Objective-C ## Project Structure This repository contains two separate implementations of the RTC SDK Demo: - [Swift Implementation](./coze-swift) - Modern iOS implementation using Swift - [Objective-C Implementation](./coze-objc) - Traditional iOS implementation using Objective-C ## Requirements - iOS 13.0+ - Xcode 14.0+ - Swift 5.0+ (for Swift implementation) ## Getting Started Choose the implementation that best suits your needs: 1. For Swift projects, navigate to the `coze-swift` directory 2. For Objective-C projects, navigate to the `coze-objc` directory Each implementation contains its own README with specific setup instructions and usage examples. ## License MIT