Hi,
I am working on IOS cloud recognition application. I need to add more than 200 target images into cloud database using VWS API in IOS. I checked but Managing Targets in a Cloud Database Using the VWS API dev guide section everything in java android based sample and steps. I need to know how to do it in IOS please provide me step by step with sample application or code for IOS.
Thanks,
P.Uthaman
"I need to know how to do it in IOS please provide me step by step with sample application or code for IOS."
Unfortunately we are not in a position where we can write complete sample code for developers, so this is something that you will need to investigate and hopefully feedback into the community :)
On iOS there are a number of libraries that can help you communicate with the server such as AFNetworking. However, as David rightly points out if you need to do this during the execution of the application it will be best if you set up your own gateway to ensure a consistent user experience.
HTH
N