Skip to content

Commit 0b02ae4

Browse files
committed
[mobile-apps] update ios qs
1 parent 3105c5c commit 0b02ae4

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

articles/app-service-mobile/app-service-mobile-ios-get-started.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,29 @@ ms.workload: na
1313
ms.tgt_pltfrm: mobile-ios
1414
ms.devlang: objective-c
1515
ms.topic: hero-article
16-
ms.date: 10/01/2016
16+
ms.date: 08/17/2018
1717
ms.author: crdun
18-
1918
---
2019
# Create an iOS app
20+
2121
[!INCLUDE [app-service-mobile-selector-get-started](../../includes/app-service-mobile-selector-get-started.md)]
2222

2323
## Overview
24-
This tutorial shows how to add [Azure Mobile Apps](app-service-mobile-value-prop.md), a cloud backend service, to an iOS app. We'll first create a new mobile backend. Then, we'll use a simple *Todo list* iOS app to store data in Azure.
24+
25+
This tutorial shows how to add [Azure App Service Mobile Apps](app-service-mobile-value-prop.md), a cloud backend service, to an iOS app. The first step is to create a new mobile backend on Azure. Then, download a simple *Todo list* iOS sample app that stores data in Azure.
2526

2627
To complete this tutorial, you need a Mac and [an Azure account](https://azure.microsoft.com/pricing/free-trial/)
2728

2829
## Step I: Create a new Azure mobile app backend
30+
2931
[!INCLUDE [app-service-mobile-dotnet-backend-create-new-service](../../includes/app-service-mobile-dotnet-backend-create-new-service.md)]
3032

3133
## Step II: Configure the backend project
34+
3235
[!INCLUDE [app-service-mobile-configure-new-backend.md](../../includes/app-service-mobile-configure-new-backend.md)]
3336

3437
## Step III: Download and run the iOS app
38+
3539
[!INCLUDE [app-service-mobile-ios-run-app](../../includes/app-service-mobile-ios-run-app.md)]
3640

3741
<!-- URLs -->

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
1. On your Mac, visit the [Azure Portal]. Click **All Services** > **App Services** > the backend that you just created. In the mobile app settings, choose your preferred language:
12

2-
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.
3-
2. Press the **Run** button to build the project and start the app in the iOS simulator.
4-
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.
3+
- Objective-C &ndash; **Quickstart** > **iOS (Objective-C)**
4+
- Swift &ndash; **Quickstart** > **iOS (Swift)**
5+
6+
Under **3. Configure your client application**, click **Download**. This downloads a complete Xcode project pre-configured to connect to your backend. Open the project using Xcode.
7+
8+
1. Press the **Run** button to build the project and start the app in the iOS simulator.
9+
10+
1. 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.
511

612
![Quickstart app running on iOS](./media/app-service-mobile-ios-quickstart/mobile-quickstart-startup-ios.png)
713

-95.8 KB
Loading

0 commit comments

Comments
 (0)