Top "Openurl" questions

A cocoa method on iOS letting developers access other apps from inside an app.

FBSDKApplicationDelegate application openURL:sourceApplication:annotation deprecated

with iOS9 application openURL:sourceApplication:annotation is deprecated func application(application: UIApplication, openURL url: NSURL, sourceApplication: String?, annotation: AnyObject?) -&…

swift ios9 openurl
How to open WIFI setting in Swift 3

I want to open WIFI setting section from my iOS application, my code was working well before Swift 3 with iOS 9.2 …

swift3 ios10 openurl
Prompt when trying to dial a phone number using tel:// scheme on iOS 10.3

After updating to 10.3, my app no longer automatically dials a phone number after pressing the call button in my app …

ios openurl ios10.3
Handling different URL Schemes in iOS (Facebook and Instagram)

I am not even sure how to define the problem but here it goes. I have an application that uses …

ios appdelegate openurl
UIApplication openURL background

In my iOS 4 application, I need to open a URL from the background, at a time specified from the user. …

iphone objective-c background openurl fast-app-switching
How to open url link by using swift?

i want to go to a url by clicking on button. I tried using 'UISharedapplication'and also through the method below …

ios swift xcode uiapplication openurl
Restarting iPhone application after [UIApplication sharedApplication] openURL

As title says I'd like to know how to restart my iPhone app after doing this: [[UIApplication sharedApplication] openURL:[NSURL …

iphone uiapplication openurl
canOpenURL not working in ios 10

The above code is always returning false if {(UIApplication.shared.canOpenURL(URL(string:"comgooglemaps://")!))} I guess this a problem found …

ios swift ios10 info.plist openurl