Basic SDK Setup

Prev Next

Installation

iOS

The WebView library depends on native iOS SDK InsiderMobile to be linked into your app so it should be added into dependencies as well.

Cocoapods

Add the following into your Podfile:

pod 'InsiderMobile', '~> 14.2.4'
pod 'InsiderWebView'

Carthage

Add the following into your Cartfile:

binary "https://mobilesdk.useinsider.com/carthage/InsiderMobile/14.2.4/InsiderMobile.json"
binary "https://mobilesdk.useinsider.com/carthage/InsiderWebView/1.0.0/InsiderWebView.json"

Swift Package Manager (SPM)

The Core SDK and the WebView library are available on GitHub via following URL:

https://github.com/useinsider/Insider-iOS-SDK

In Xcode, select your main project via Project Navigator and click on + in the Package Dependencies tab, and add the InsiderWebView into your app's main target along with InsiderMobile; the core library.

Android

The WebView library depends on core Android SDK com.useinsider:insider to be linked into your app so it should be added into dependencies as well.

implementation 'com.useinsider:insider:15.2.2'
implementation 'com.useinsider:insiderwebview:1.0.0'