Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

tdittmann/sc-dahenfeld-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Timo Dittmann
Oct 20, 2018
2fca6fa · Oct 20, 2018
Jun 19, 2017
Jun 26, 2018
Oct 20, 2018
Jun 19, 2017
Sep 29, 2017
Jun 19, 2017
Mar 17, 2018
Mar 18, 2018
Jun 26, 2018
Nov 20, 2017
Oct 20, 2018
Oct 20, 2018
Oct 20, 2018
Jun 19, 2017
Jun 19, 2017

Repository files navigation

SC Dahenfeld App

Repository of the official SC Dahenfeld app, implemented using Ionic Framework.

Features

  • News section
  • Calendar for upcoming matches and events
  • Information for all soccer teams
  • Information for gymnastics and table tennis
  • ... and many more

Release

Android

Without Google Play App Signing

  1. ionic cordova build android --release --prod
  2. zipalign -v -p 4 my-app-unsigned.apk my-app-unsigned-aligned.apk
  3. apksigner sign --ks my-release-key.jks --out my-app-release.apk my-app-unsigned-aligned.apk

With Google Play App Signing

  1. ionic cordova build android --release --prod
  2. apksigner sign --ks my-release-key.jks --out my-app-release.apk my-app-unsigned-aligned.apk

iOS

  1. ionic cordova build ios --release
  2. Release via XCode

Official Website

http://sc-dahenfeld.de