In this section, we list some of the most useful links when working with Situm SDKs.


Repositories


In order to use Situm in your applications, the first thing you will need to do is to include Situm SDK in your project dependencies. After that, you will be able to compile your project (including Situm SDK) and start using its many functionalities.


Situm SDK dependencies are made available through public repositories so that they can be downloaded from the internet and included in your project without effort.


OS / Framework
SourceRepository Link
Android (native)Situm repositoryhttps://repo.situm.es/artifactory/libs-release-local/es/situm/situm-sdk/
iOS (native)

Cocoa Podshttps://cocoapods.org/pods/SitumSDK
Situm repositoryhttps://repo.situm.es/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/iOS/SitumSDK
Cordovanpmhttps://www.npmjs.com/package/situm-cordova-plugin-official
Githubhttps://github.com/situmtech/situm-cordova-plugin.git
React Nativenpmhttps://www.npmjs.com/package/react-native-situm-plugin
Githubhttps://github.com/situmtech/situm-react-native-plugin.git



Changelogs (SDK version reference)


Every few days, Situm releases a new SDK version with minor updates, bug corrections, security updates, new functionalities and so on. Every SDK has a Changelog file where we keep track of every version released and a brief description of each version's changes. 


OS / FramerworkChangelog Link
Android (native)
https://developers.situm.com/pages/mobile/android/changelog.html
iOS (native)https://developers.situm.com/pages/mobile/ios/changelog.html
Cordovahttps://developers.situm.com/pages/mobile/cordova/changelog.html
React Nativehttps://developers.situm.com/pages/mobile/reactnative/changelog.html


Docs (SDK public interfaces documetation)


We also have a thourough documentation of most methods and classes of each Situm SDK.



OS / FrameworkDocs Link
Android (native)
https://developers.situm.com/sdk_documentation/android/javadoc/latest/
iOS (native)
https://developers.situm.com/sdk_documentation/ios/documentation/
Cordova
https://developers.situm.com/sdk_documentation/cordova/jsdoc/latest/Situm.html
React Native