Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 636 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 636 Bytes

iOS Client

iOS app supports sending alerts to FIA. User' location is automatically included.

Screenshot of the application

Screenshot of the application

Development

Install dependencies

pod install

Configuration

in file ReportViewController.swift:
...
let stackUrlCreateAlert = <insert-api-endpoint-url-here>
let stackUrlSendImage = <insert-api-endpoint-url-here>
let identityPool = <insert-identity-pool-id-here>
let awsRegionType: AWSRegionType = <insert-region-here>
...

Deploying

Deploy using Xcode.

TODO

  • Image upload is not working currently.