Giter VIP home page Giter VIP logo

dgc-check-mobile-app's Introduction

# dgc-check-mobile-app

Ionic App for validating EU Digital Green Certificate

---

## About this application

This GitHub-repository contains a WIP / Sample implementation for the validation of the EU Digital Green Certificate.

The solution is developed by Incert Gie Luxembourgish Agency (https://incert.lu).

### Install

```bash
$ sudo npm install -g ionic cordova
$ npm install ( in app folder )
```

Then, to run it:

```bash
$ ionic cordova platform add android
$ ionic cordova run android
```

Substitute android for ios if on a Mac.

### Automating Icons and Splash Screens

https://ionicframework.com/blog/automating-icons-and-splash-screens/

### Build APK (prod)

https://ionicframework.com/docs/v1/guide/publishing.html

```bash
$ ionic cordova build --prod --release android
```

Then sign

```bash
$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk ionic.test.project
```

Enter Passphrase for keystore (use keystore password in keepass dgc-check)

```bash
$ Android/SDK/build-tools/29.0.2/zipalign.exe -v 4 platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk platforms/android/app/build/outputs/apk/release/app-release.apk
```

### Build iOS APP (prod)

On MAC using the command line:

```bash
$ ionic install
```

```bash
$ ionic cordova prepare ios
```

Open project from XCode:

File > Open : Select dgc-check-mobile-app > platforms > ios

dgc-check-mobile-app's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.