Example iOS App using the Computer Vision API from Blippar
You should have read the Computer Vision documentation before anything else. This app does nothing but a request to the API and prints the results in the console.
Open CV-API-Sample.xcodeproj and edit the CV-API.plist file with your own ID and Secret :
<key>client_id</key>
<string>xxx</string>
<key>client_secret</key>
<string>xxx</string>
Then simply Run the project.
You can make it yours by removing all the lines commented with // REMOVE THIS LINE
We welcome contributions to make this project to make it more fun and appealing.
- Report any issue on GitHub
- Please use the Pull Request system.
- Give ideas or suggestions
Licensed under the MIT license