Socket
Book a DemoInstallSign in
Socket

@tru_id/tru-plugin-ionic-capacitor

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tru_id/tru-plugin-ionic-capacitor

tru.ID Ionic & Capacitor plugin that enables an HTTP request to be made over cellular even when on WiFi.

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
6
Weekly downloads
 
Created
Source

tru.ID Plugin for Ionic & Capacitor.

Installation

npm install @tru_id/tru-plugin-ionic-capacitor
ionic build
ionic cap sync

For Android, update the following in android/build.gradle to:

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "https://gitlab.com/api/v4/projects/22035475/packages/maven"
        }
    }
}

Update the following in android/app/build.gradle to:

dependencies {
      implementation "com.squareup.okhttp3:okhttp:4.9.0"
      implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2
}

Add the plugin to your app's MainActivity onCreate method:

import com.trupluginioniccapacitor.TruPluginIonicCapacitorPlugin;

@Override
public void onCreate(Bundle savedInstance){
    super.onCreate(savedInstance);
    registerPlugin(TruPluginIonicCapacitorPlugin.class);
}
import com.trupluginioniccapacitor.TruPluginIonicCapacitorPlugin

 public override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        registerPlugin(TruPluginIonicCapacitorPlugin::class.java)
    }

Compatibility

  • Minimum Android SDK: TruSDK requires a minimum API level of 21 (Android 5).
  • Compile Android SDK: TruSDK requires you to compile against API 30 (Android 11 or later).
  • Minimun deployment target for iOS is iOS 12.
  • Minimum Swift version is 5.3.

Usage

import { TruPluginIonicCapacitor } from '@tru_id/tru-plugin-ionic-capacitor';

// Test if the device mobile network is currently supported
const reachabilityDetails = await TruPluginIonicCapacitor.isReachable();

// Make a GET request using the cellular connection to the tru.ID check URL
const checkDetails = await TruPluginIonicCapacitor.check({ url: check_url });

console.log('Check results', checkDetails.result);

console.log('Reachability details', reachabilityDetails.result);

Keywords

capacitor

FAQs

Package last updated on 12 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.