ios - Security considerations: can you intercept UIWebView / UIWebViewDelegate -
from user perspective can security risk let app not leave application. letting app handle login view in uiwebview within app itself.
should not use custom url scheme in .plist?
thanks
it depends on want do. more keep user in app, longer he'll stay , use it.
it's bid idea use uiwebview, user experience not same compared native interface.
concerning oauth, dialog asking user credentials and/or approval may coded, need post data @ right url when user submit.
if want use web view, yes it's better include in app, overall authentication.
Comments
Post a Comment