-
The completed Android sample app in the sim-card-auth-android repo on GitHub. The repo includes a README with documentation for running and exploring the code.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Sign up for a tru.ID account which comes with some free credit. Then install the tru.ID CLI:
-
tru-sdk-android
Discontinued tru.ID Android SDK that enables an HTTP request to be made over cellular even when on WiFi [GET https://api.github.com/repos/tru-ID/tru-sdk-android: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
The tru-sdk-android is available on Android devices with minimum Android SDK Version 21 (Lollipop), therefore select minSdkVersion = 21 once creating the project.
-
allprojects { repositories { google() jcenter() maven { url "https://gitlab.com/api/v4/projects/22035475/packages/maven" } maven { url 'https://jitpack.io' } } }
-
dev-server
Discontinued Development Server with Sample Demos [GET https://api.github.com/repos/tru-ID/dev-server: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
The development server also logs information out to the terminal including request and response payloads. Check that output for any errors or unexpected values.
-
allprojects { repositories { google() jcenter() maven { url "https://gitlab.com/api/v4/projects/22035475/packages/maven" } maven { url 'https://jitpack.io' } } }