Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios GPPSignIn打开覆盖web视图,而不是直接指向浏览器_Ios_Cocoa Touch_Authentication_Google Api - Fatal编程技术网

Ios GPPSignIn打开覆盖web视图,而不是直接指向浏览器

Ios GPPSignIn打开覆盖web视图,而不是直接指向浏览器,ios,cocoa-touch,authentication,google-api,Ios,Cocoa Touch,Authentication,Google Api,有没有办法让GPPSignIn在内部web视图中打开并且不离开应用程序?(类似于Facebook登录回退) 我们被AppStore拒绝,原因是 "The app opens a web page in mobile Safari for logging in to Google plus, then returns the user to the app. The user should be able log in without opening Safari first." 假设您可以

有没有办法让GPPSignIn在内部web视图中打开并且不离开应用程序?(类似于Facebook登录回退)

我们被AppStore拒绝,原因是

"The app opens a web page in mobile Safari for logging in to Google plus, 
then returns the user to the app. The user should be able log in without opening 
Safari first."

假设您可以覆盖AppDelegate中的
-openURL:
,并在自己的web视图中处理请求。无论它是否有效,您都应该

如何访问Safari?您正在使用UIWebView吗?否,这是默认行为。doctoroder