Search code examples
iosobjective-cgoogle-translate

Google Translate API integration in iOS app


I am trying to do a simple translation using Google Translate in my iOS app but as i call the url, i am getting the following error in response…

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
 }
}

I couldn't find anything close to any solution of this issue.. Please can anyone help here. thanks in advance…


Solution

  • Well after some detailed searching and RnD, i found out that Google Translate API doesn't work with Bundle Identifier in iOS.. People have filed it as a bug on google forums.. So anyone trying hard to solve this can stop the efforts till it is solved..