iosobjective-cgoogle-image-search

Google image search API for iOS


I am creating an application in which I am trying to implement Google Image search using Google- image-search API. I refer this [Google API link] (https://developers.google.com/image-search/v1/) . But I have one problem, on that page, mentioned (DEPRECATED). So can I use this API or I should use other API? Can anyone knows about this?


Solution

  • Deprecated means it is older one also it means that there exist new version code for that. Check this out.

    Example:

    For example, in order to change our search engine from webresults-based to image-based, we can utilize the defaultToImageSearch attribute.