Design Document – iOS Augmented Reality App
Introduction
The following document outlines the design of a simple iOS application consuming location data from an Azure Webservice (specifically using the latitute and longitude data) to provide an AR experience based on organisations close to the device.
High level Architecture
Major Components
iOS client
iOS App
XCode 6.3 Application written in objective C
Location Services
Web API Controller
WebAPI 2.0 Controller based on the EF model (see below)
Entity Framwework
EF Model Generated from the SQL Database (see below)
SQL DB
Simple 1 table database containing customer information
Pingback: Design Document Part 5 (seeking feedback) | Doms Code