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 | Source | Repository Link |
---|---|---|
Android (native) | Situm repository | https://repo.situm.es/artifactory/libs-release-local/es/situm/situm-sdk/ |
iOS (native) | Cocoa Pods | https://cocoapods.org/pods/SitumSDK |
Situm repository | https://repo.situm.es/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/iOS/SitumSDK | |
Cordova | npm | https://www.npmjs.com/package/situm-cordova-plugin-official |
Github | https://github.com/situmtech/situm-cordova-plugin.git | |
React Native | npm | https://www.npmjs.com/package/react-native-situm-plugin |
Github | https://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 / Framerwork | Changelog Link |
---|---|
Android (native) | https://developers.situm.com/pages/mobile/android/changelog.html |
iOS (native) | https://developers.situm.com/pages/mobile/ios/changelog.html |
Cordova | https://developers.situm.com/pages/mobile/cordova/changelog.html |
React Native | https://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 / Framework | Docs 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 |