@capgo/capacitor-appinsights

May 11, 2026 · View on GitHub

Capgo - Instant updates for Capacitor

➡️ Get Instant updates for your App with Capgo

Missing a feature? We’ll build the plugin for you 💪

A wrapper around the https://github.com/apptopia/appinsights SDK

Why Capacitor AppInsights?

The only Capacitor plugin for integrating the AppInsights SDK:

  • Market intelligence - Access app store analytics and competitive data
  • User insights - Track and analyze user behavior across platforms
  • SDK wrapper - Clean JavaScript API for the native AppInsights SDKs
  • Cross-platform - Works on iOS and Android

Essential for apps needing market intelligence, competitive analysis, and advanced analytics beyond standard tools.

Documentation

The most complete doc is available here: https://capgo.app/docs/plugins/appinsights/

Compatibility

Plugin versionCapacitor compatibilityMaintained
v8.*.*v8.*.*
v7.*.*v7.*.*On demand
v6.*.*v6.*.*
v5.*.*v5.*.*

Note: The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.

Install

npm install @capgo/capacitor-appinsights
npx cap sync

API

init(...)

init(options: { partnerId: string; partnerKey: string; }) => Promise<void>

Initialize the AppInsights SDK

ParamTypeDescription
options{ partnerId: string; partnerKey: string; }Configuration options for SDK initialization

setUserId(...)

setUserId(options: { userId: string; }) => Promise<void>

Set or update the user ID after initialization

ParamTypeDescription
options{ userId: string; }User ID to set

getState()

getState() => Promise<PanelSDKState>

Get the current state of the SDK

Returns: Promise<PanelSDKState>


getPluginVersion()

getPluginVersion() => Promise<{ version: string; }>

Get the native Capacitor plugin version

Returns: Promise<{ version: string; }>


Interfaces

PanelSDKState

PropType
initCompletedboolean
jobScheduledboolean
permissionAcquiredboolean