Skip to content
Obaied edited this page Nov 7, 2016 · 8 revisions

Example App

This is the Cordova SDK of adjust™. You can read more about adjust™ at adjust.com.

N.B. At the moment, SDK 4.10.1 for Cordova supports Android platform version 4.0.0 and higher and iOS platform version 3.0.0 and higher. Windows platform is not supported at the moment.

Example App

There is example inside the example directory. In there you can check how to integrate the adjust SDK into your app. The example app has been uploaded without platforms being added due to size considerations, so after downloading the app, please run appropriate script from scripts folder to build the app for desired platform:

sh cordova-test-ios.sh
sh cordova-test-android.sh

Note: Please have in mind that after building the example app for the first time for iOS platform, you will get the code signing error which requires you to open your app's Xcode project and choose your Team in Signing part of your Xcode project settings. After that, either run your app from Xcode or re-run the build script.

License

The adjust SDK is licensed under the MIT License.

Copyright (c) 2012-2016 adjust GmbH, http://www.adjust.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Clone this wiki locally