In this series of step-by-step tutorials, we will learn how to build a simple iOS app with Agora SDK from scratch.
After reading each chapter, you can check out branch chapter-X-project (replace X with chapter number) for a sample project that contains everything covered in that chapter. You should be able to access the project located in the src folder.
- Agora Console credentials: Get started with Agora
- An Apple Developer account (for running your app on physical devices): Head to developer.apple.com to register a free account if you don't have one yet
If you're following the
Get started with Agoraguide, you can skip Step 3, as we will use Swift Package Manager (SPM) to import the SDK in this guide.
