This app is work-in-progress
The WildAid Marine Program work 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.
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.
Set the Realm Application ID (find it for your app through the MongoDB Realm UI) in o-fish/Helpers/Constants.swift
:
realm_app_id=your_app_id
To build:
pod install
- Note: you may need to resolve dependencies by doing
pod install --repo-update
- Note: you may need to resolve dependencies by doing
- Build/run in Xcode
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.