Important: The development has stopped with 28.02.2022
„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.
The Stopp Corona project is an open source project for bluetooth based contact tracing deployed by the Austrian Red Cross in Austria. For developers interested in contributing, other organizations interested in joining forces please have a look at the following documents:
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.CoronaContact.xcworkspace
Secrets.xcconfig
file in the Configuration
folder. It contains keys for defining the API base URL and the API authorization key for the staging and production environment.Configuration/server.der
into the project. If you don't want to use certificate pinning you have to disable it in Services/Network/Networksession.swift
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.
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.
Notices for third party libraries in this repository are contained in NOTICE.md
.
This code is distributed under the Apache License 2.0. See the LICENSE.txt
file for more info.