2.1.0 • Published 2 years ago

ionicz v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Ionic Mobile Application

  • Ionic Version 5

Develop Environment

  • NodeJS V14+
  • Cordova V10+

Support

  • Android: 5.1+
  • iOS: 11.0+

Installation

$ npm i

Run Project

$ ionic serve

Deploy

Create Icon & Splash Screen

.

$ ionic cordova resources

or

$ ionic cordova resources android

or

$ ionic cordova resources ios
Platform Android
  • Support cordova-android v9.1.0+
  • Support HMS/GMS Check
  • Support Android/Huawei Push Notification(OneSignal)

** If some plugin use GMS Service on Huawei Device not work But you can use CoreService Native Huawei.isGmsAvailable() for check.

** Some Plugin use GMS Service Huawei Device cannot open app

Plugin
Google Maps
$ ionic cordova platform add android@latest
$ ionic cordova build android --prod
Huawei Push Notification Config(If use)
  1. Add "agconnect-services.json" to Project
  2. Copy Android "keystore" to "platforms/android/app"
  3. Open "platforms/android/app/src/build.gradle" and import
apply plugin: 'com.huawei.agconnect'

Replace "signingConfigs" and "buildTypes"

        signingConfigs {
            release {
                // Signing certificate.
                storeFile file("./android_key")
                // KeyStore password.
                storePassword "KEYSTORE_PASSWORD"
                // Alias.
                keyAlias "KEYSTORE_ALIAS"
                // Key password.
                keyPassword "KEYSTORE_ALIAS_PASSWORD"
                v2SigningEnabled true
            }
        }

        buildTypes {
            release {
                minifyEnabled false
                // proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
                signingConfig signingConfigs.release
            }
            debug {
                signingConfig signingConfigs.release
            }
        }
Platform iOS
  • Support cordova-ios v6.1.0+
$ ionic cordova platform add ios@latest
$ ionic cordova build ios --prod

** If use OneSignal Plugin.

$ pod repo update
$ ionic cordova plugin rm onesignal-cordova-plugin
$ ionic cordova plugin add onesignal-cordova-plugin

License

MIT | Indigy Co.,Ltd

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago