FloNeu / stopp-corona-ios

iOS Source Code

Home Page:https://apps.apple.com/at/app/apple-store/id1503717224

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopp Corona iOS App

„Stopp Corona“ helps you to keep track of encounters with friends, family or co-workers and save them anonymously. Should you contract the corona virus all your encounters of the last 48 hours will be informed automatically and anonymously.

App Store Download Link

Getting Started

Requirements

  • Xcode 11
  • CocoaPods (v1.9.1 or higher)

Installation

  1. Clone this repository.
  2. cd to the project's directory and run pod install to install the third party dependencies. In case your spec sources are out of date, run pod install --repo-update instead.
  3. Open CoronaContact.xcworkspace
  4. You will need to provide your own app secrets in order to run the app. The app will not build when you do not provide these values. They can be set in the following places:
    1. Base.xcconfig in the Configuration folder contains keys for defining the API base URL, the API authorization key, Google Nearby API key, and the P2PKit API key for the staging environment.
    2. Production.xcconfig contains keys for defining the API base URL, and the API authorization key for the production environment.
    3. Add Firebase config files GoogleService-Info.plist in CoronaContact/Resources/Firebase/Stage and CoronaContact/Resources/Firebase/Prod. When adding them to the Xcode project, please make sure to NOT add them to the app target (since they'll be added to the target dynamically with a run script phase).
  5. You can choose between three different build schemes:
    1. CoronaContact (Development): used for development, uses staging environment
    2. CoronaContact (Staging): uses staging environment
    3. CoronaContact (Production): uses production environment

SSL Pinning

To add SSL pinning the certificates have to be included in the app bundle and the domains have to be configured in the file CoronaContact/Services/Network/NetworkSession.swift. It’s possible to configure certificate pinning or public key pinning as described in the documentation.

Dependencies

CocoaPods is used to manage third-party dependencies. Please make sure you have Cocoapods installed. Before starting, please cd to the project's directory and run pod install. For more information visit cocoapods.org.

Third Party

Notices for third party libraries in this repository are contained in NOTICE.md.

License

This code is distributed under the Apache License 2.0. See the LICENSE.txt file for more info.

About

iOS Source Code

https://apps.apple.com/at/app/apple-store/id1503717224

License:Apache License 2.0