iOS app supports sending alerts to FIA. User' location is automatically included.
pod install
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>
...
Deploy using Xcode.
- Image upload is not working currently.