From the course: App Center: Continuous Integration and Delivery for iOS

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Start the App Center services

Start the App Center services

From the course: App Center: Continuous Integration and Delivery for iOS

Start my 1-month free trial

Start the App Center services

- [Instructor] In this part, we're gonna start the App Center services running inside our application. This setup here is required for two reasons. First, we have to tell App Center who we are. And we're gonna do that by sending across our app secret. And second, we need to select the services that we wanna have running inside our app. Remember that App Center is modular. You can use one service or you can use them all. We're gonna us the App Center SDK to do this initialization. Here's a quick reminder of the architecture. When we did our setup and installation, we downloaded a zip file and unpacked it. We ended up with five framework files, one for each of the four services that the SDK supports and then one for the common code. We need to start calling APIs inside those framework files and we're gonna need to add some import statements. There's one import statement for each of the different framework files. In our case, we're gonna start all of the services so we're gonna need to…

Contents