VisioMove SDK (iOS)
2.1.22
|
To install VisioMove, simply unzip the VisioMove zip package to your development directory.
Inside your new VisioMove directory, you should find the following directories:
To use VisioMove in your project, you just need to add libVisioMove.a and the include directories to your Xcode project.
In your project settings, set dead code stripping to NO and Compress PNG to NO.
To use VisioMove in your project, you just need to copy the libVisioMove.jar in your_project_root/libs/ and libVisioMove.so in in your_project_root/libs/armeabi/
Please be aware of the following restriction on Android:
To verify that VisioMove was installed successfully, open the sample application from the install package and it should build and run successfully on your chosen platform.
Just one last word before you dive into the deep end of the pool, we seriously recommend you take a look at the Under the hood page to gain a deeper understanding of VisioMove and it's usage. If you're going to be doing any development with the VisioMove, then it will be an good investment of your time.
You are now ready to go on your own!!