Cryptofiat wallet client
Installation
npm update
npm install
npm run ionic:serve
Publish Android Native
-
Increase the version number in
config.xml
-
Ask the team for
android-release.keystore
and passwords, save toplatforms/android/
-
Build APK
ionic build android --release
cd platforms/android/build/outputs/apk
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../../../android-release.keystore android-release-unsigned.apk beta_app # password shared in slack
$ANDROID_HOME/build-tools/25.0.1/zipalign -v 4 android-release-unsigned.apk android-release-signed-aligned.apk
- Publish in google play store
Ios native test
ionic state reset
is highly recommended after any codebase updateionic build ios
ionic emulate ios
orionic run ios
Web release
npm run ionic:build
npm run ionic:uglifyjs