Repository of the official SC Dahenfeld app, implemented using Ionic Framework.
- News section
- Calendar for upcoming matches and events
- Information for all soccer teams
- Information for gymnastics and table tennis
- ... and many more
Without Google Play App Signing
- ionic cordova build android --release --prod
- zipalign -v -p 4 my-app-unsigned.apk my-app-unsigned-aligned.apk
- apksigner sign --ks my-release-key.jks --out my-app-release.apk my-app-unsigned-aligned.apk
With Google Play App Signing
- ionic cordova build android --release --prod
- apksigner sign --ks my-release-key.jks --out my-app-release.apk my-app-unsigned-aligned.apk
- ionic cordova build ios --release
- Release via XCode