I try to develop an Application using Yahoo SDK. When App show a webview with url :
https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=....
Then I input my username and account to login. Then webview displays Confirm SMS security view. But the webview do not display the "verify" button, like the Image below:
My webview also set _webView.scalesPageToFit = YES;
How do I resolve this problem?
Thanks.