Skip to content

OwnYourData/oyd-phoneapp

Repository files navigation

OYD-Mobile

Die OwnYourData App ermöglicht den Zugriff auf deine Apps und Daten von deinem Smartphone. Zusätzlich hast du die Möglichkeit deine Ortsdaten im Datentresor zu protokollieren.

 

Download on the App Store Get it on Google Play

Verbessere den mobilen Zugriff auf den OwnYourData Datentresor

Bitte melde Fehler oder Vorschläge im GitHub Issue-Tracker und halte dich dabei an die Contributor Guidelines.

Wenn du selbst an der App mitentwickeln möchtest, folge diesen Schritten:

  1. Fork it!
  2. erstelle einen Feature Branch: git checkout -b my-new-feature
  3. Commit deine Änderungen: git commit -am 'Add some feature'
  4. Push in den Branch: git push origin my-new-feature
  5. Sende einen Pull Request

Build Process

  • Follow the React Native Guide for getting started building a project with native code. A Mac is required if you wish to develop for iOS.
  • Clone or download the repository from GitHub.
  • Run yarn to install the dependencies.
  • Run yarn start to start the packager.
  • Use Android Studio and Xcode to build and install the APK on your simulator or phone.
  • Activate Remote JS Debugging via the In-App Developer Menu to get more insights via React Native Debugger.

Deploy to test flight

  • Run yarn testflight

Deploy to play store

  • Run yarn android-beta
  • apk will be built in the ./android/app/build/outputs/apk/release/app-release.apk
  • upload to play store