CategoriesAll

Event

Skyhook provides geolocation and context solutions that help our customers locate connected “things”, provide location-relevant content, visualize online and offline customer movements and optimize ad campaigns.

Skyhook Kit Integration

mParticle supports Skyhook for iOS and Android devices. To use this integration, you need to include the Skyhook kit in your installation of the mParticle SDK. This kit-only integration solely supports client-side data forwarding.

Once the kit is included in your app, you can provide your API Key in the mParticle dashboard and enable the integration to begin sending location data to Skyhook, directly from your app. The source code for each kit is available on Github:

Add the Skyhook Kit to your iOS or Android app. See the Cocoapods and Gradle examples below, and reference the Apple SDK and Android SDK GitHub pages to read more about kits.

//Sample Podfile
target '<Your Target>' do
    pod 'mParticle-Skyhook', '~> 6'
end
//Sample build.gradle
dependencies {
    compile 'com.mparticle:android-skyhook-kit:4+'
}

Configuration Settings

Setting Name Data Type Default Value Description
API Key string API key provided from Skyhook through project creation at my.skyhookwireless.com

Was this page helpful?