WildAid / o-fish-ios

iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WildAid O-FISH iOS App

The WildAid Marine Program works to protect vulnerable marine environments.

O-FISH (Officer Fishery Information Sharing Hub) is a multi-platform application that enables officers to browse and record boarding report data from their mobile devices.

This repo implements the iOS O-FISH app.

Details on installing all applications making up the solution can be found here.

The details behind the data architecture, schema, and partitioning strategy are described in Realm Data and Partitioning Strategy Behind the WildAid O-FISH Mobile Apps.

Prerequisites

This is the iOS Mobile app for O-FISH. To build and use the app, you must first create and configure your serverless backend application using the WildAid O-FISH MongoDB Realm repo. Or you can easily get a login to the existing sandbox environment.

Building and running the app

To build:

  • Find the Realm Application ID (through the MongoDB Realm UI) for your Realm app.
  • Copy o-fish-ios/LocalConstants.swift.tmpl to o-fish-ios/LocalConstants.swift
  • Set the realm_app_id in o-fish-ios/LocalConstants.swift
  • pod install
    • Note: you may need to resolve dependencies by doing pod install --repo-update
  • Build/run in Xcode
    • Select the "Product" menu, then the "Destination" item and choose either:
      • Your physical device, if you have it connected
      • The simulator you want to run the code on (e.g. iPhone 11), from the "iOS Simulators" submenu
    • Select the "Product" menu and then the "Run" item to build and run the application on the destination you just chose.
      • If you do not see your changes in the application, make sure to uninstall the application and try building again.

To be able to login to the app once it is built, you need to create a user in your instance of the O-FISH Realm App.

About

iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.

License:Apache License 2.0


Languages

Language:Swift 99.7%Language:Ruby 0.3%