Skip to content

vvorld/getid-ionic-example

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published