iOS应用中的Google Translate API集成

Ahm*_* Z. 1 objective-c google-translate ios

我正在尝试使用Google Translate我的iOS应用程序进行简单的翻译但是当我调用url时,我收到以下错误作为响应...

{
 "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."
 }
}
Run Code Online (Sandbox Code Playgroud)

我找不到任何接近这个问题的任何解决方案..请任何人都可以帮助.提前致谢…

Ahm*_* Z. 5

经过一些详细的搜索和RnD之后,我发现在iOSGoogle Translate API中没有用.人们已经将它作为一个bug在谷歌论坛上提交..所以任何努力解决这个问题的人都可以停止努力直到它被解决..Bundle Identifier