Top "Sfsafariviewcontroller" questions

Controller which allow you to present web content within the app.

What does Unrestricted Web Access mean in iTunes Connect

When you are submitting your app to Apple app store, there is a section named "Rating" where you should rate …

ios uiwebview app-store-connect appstore-approval sfsafariviewcontroller
Could not signal service com.apple.WebKit.WebContent

I use the Shopify Mobile Buy SDK for iOS and I can't get a callback from their payment web view. …

ios objective-c webkit sfsafariviewcontroller
SFSafariViewController: Hide navigation bar

I was able to get my app to automatically load a url via the SFSafariViewController per this post, and it …

ios objective-c swift sfsafariviewcontroller
How to open Safari View Controller from a Webview (swift)

I have an app that is currently using a webview and when certain links are clicked in the webview, it …

ios swift uiwebview sfsafariviewcontroller
SafariViewController: How to grab OAuth token from URL?

Trying to use Facebook OAuth with the SafariViewController. First I open the authURL with SafariViewController, which if the user is …

swift facebook oauth swift2 sfsafariviewcontroller
SFSafariViewController crash: The specified URL has an unsupported scheme

My code: if let url = NSURL(string: "www.google.com") { let safariViewController = SFSafariViewController(URL: url) safariViewController.view.tintColor = UIColor.primaryOrangeColor() …

ios swift sfsafariviewcontroller
SFSafariViewController cookies

I understand that as of iOS9 you should be able to read cookies with SFSafariViewController. If I set a cookie …

ios cookies safari sfsafariviewcontroller nshttpcookiestorage
How to hide the done button and search bar in SafariViewController

I'm using SafariViewControllerto display a webpage, and rather than the default "done" button I push from my app's NavigationController to …

ios swift sfsafariviewcontroller
In iOS 9, why is SFSafariViewController is being pushed instead of presented modally?

I'm presenting a SFSafariViewController by calling presentViewController:animated:completion: on a UIViewController instance. The result is that it gets pushed …

ios iphone uiviewcontroller ios9 sfsafariviewcontroller
How to change SFSafariViewController ToolBar color

Expected Output: I want to change the ToolBar color to Dark Black. Actual Output: ToolBar is light Grey color. Here …

objective-c iphone swift uitoolbar sfsafariviewcontroller