Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.7 KB

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

File metadata and controls

44 lines (32 loc) · 1.7 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Create an iOS app on Azure App Service Mobile Apps | Microsoft Docs
Follow this tutorial to get started with using Azure mobile app backends for iOS development in Objective-C or Swift
app-service\mobile
ios
conceptdev
crdun
6461a899-9340-42dd-b118-ffc5ba00e846
app-service-mobile
na
mobile-ios
objective-c
hero-article
08/17/2018
crdun

Create an iOS app

[!INCLUDE app-service-mobile-selector-get-started]

Overview

This tutorial shows how to add Azure App Service Mobile Apps, 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.

To complete this tutorial, you need a Mac and an Azure account

Step I: Create a new Azure mobile app backend

[!INCLUDE app-service-mobile-dotnet-backend-create-new-service]

Step II: Configure the backend project

[!INCLUDE app-service-mobile-configure-new-backend.md]

Step III: Download and run the iOS app

[!INCLUDE app-service-mobile-ios-run-app]