Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.74 KB

available-client-sdk.md

File metadata and controls

42 lines (24 loc) · 1.74 KB
copyright
years
2018, 2019

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen:.screen} {:codeblock:.codeblock}

SDKs for Mobile Analytics

{: #install-sdk} Last updated: 19 February 2019 {: .last-updated}

The {{site.data.keyword.mobileanalytics_short}} Client SDKs are currently available for Android, iOS, Cordova and Web. Below are the links to platform specific SDKs.

Refer the document for detailed information on installation and technical concepts.

{: shortdesc}

SDKs for Android

Installing the Android Client SDK

SDKs for iOS

Installing the iOS Client SDK

SDKs for Cordova

Installing the Cordova Client SDK

SDKs for Web

Installing the Web Client SDK

Note : For Web SDK, you need to configure your Mobile Analytics service instance to allow an app server. Provide the URL of your app server through the Service Confiuration REST API through Swagger UI. POST, GET, PUT and DELETE methods are provided for CRUD operations of the service configuration which is a list of allowed URL's. To GET and DELETE configurations of your service instance, use your API key. To create and update the service configuration, use POST and PUT methods with allowed URLs listed as body {"allowedUrls":["http://abc.com","https://www.xyz.com"]}. If you are accessing from a browser in the same system as that of the web server, provide "http://localhost" as the allowed URL.