Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.06 KB

GetID Ionic example

This repository contains an example of integration native GetID iOS and Android SDKs into an Ionic cross-platform application.

Setup

In order to start using GetID SDK, you will need an SDK KEY and API URL. Both can be found and modified either through your GetID admin panel or via contacting our integration team.

Also, make sure that you've set up the Ionic CLI.

How to run this project

Clone the project, navigate to the project directory and build the project:

git clone https://github.com/vvorld/getid-ionic-example
cd getid-ionic-example
ionic build
ionic capacitor update

Open src/app/home/home.page.ts file and set apiUrl and sdkKey.

iOS

ionic capacitor copy ios

Then open ios/App/App.xcworkspace in Xcode and run the app.

Android

ionic capacitor copy android

Then open android folder in Android Studio and run the app.