19 lines
723 B
Markdown
19 lines
723 B
Markdown
# iOS implementation
|
|
|
|
Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/ios/introduction).
|
|
|
|
## Prerequisites
|
|
|
|
1. Run the bot server. See the [server README](../../server).
|
|
2. Install [Xcode 15](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices).
|
|
|
|
## Running locally
|
|
|
|
1. Clone this repository locally.
|
|
2. Open the SimpleChatbot.xcodeproj in Xcode.
|
|
3. Tell Xcode to update its Package Dependencies by clicking File -> Packages -> Update to Latest Package Versions.
|
|
4. Build the project.
|
|
5. Run the project on your device.
|
|
6. Connect to the URL you are testing.
|
|
|