copyright | ||
---|---|---|
|
{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen:.screen} {:codeblock:.codeblock}
{: #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}
Installing the Android Client SDK
Installing the iOS Client SDK
Installing the Cordova Client SDK
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.