Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 1.05 KB

app-service-mobile-ios-run-app.md

File metadata and controls

8 lines (5 loc) · 1.05 KB
  1. On your Mac, visit the Azure Portal. Click Browse All > Mobile Apps > the backend that you just created. In the mobile app settings, click Quickstart > iOS (Objective-C). If you prefer Swift, click Quickstart > iOS (Swift) instead. Under Download and run your iOS project, click Download. This downloads a complete Xcode project for an app pre-configured to connect to your backend. Open the project using Xcode.

  2. Press the Run button to build the project and start the app in the iOS simulator.

  3. In the app, type meaningful text, such as Complete the tutorial and then click the plus (+) icon. This sends a POST request to the Azure backend you deployed earlier. The backend inserts data from the request is into the TodoItem SQL table, and returns information about the newly stored items back to the mobile app. The mobile app displays this data in the list.

    Quickstart app running on iOS