ajones05 / seearound.me-ionic

0 stars 0 forks source link

README

This README would normally document whatever steps are necessary to get your application up and running.

Plugins

TDB

Build Projects Manually

To build project, first add a platform:

$ionic platform add ios/android

$ ionic build ios
$ ionic build android

To deploy on device:

$ ionic run ios
$ ionic run android

Android Deployment Instructions

Android APK build:

Remove debug level plugins:

$ cordova plugin rm org.apache.cordova.console
$ cordova build --release android

Follow Ant docs regarding keystore and passwords to sign and release the production apk

How to build apps for Google Play

iOS Build

Remove debug level plugins:

$ cordova plugin rm org.apache.cordova.console
$ cordova build --release ios

You may now use Xcode or CLI tools to sign the app. Use appropriate distribution profile.

DEBUG ANDROID

Install logcat: easy_install logcat-color

Run: logcat-color