Top "Openurl" questions

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

iOS: How to debug "freshly launching" an app from a URL

When launching an app from a URL, there is a distinction between whether the URL is freshly launching an app, …

ios xcode debugging ios-simulator openurl
openURL from App Extension

On iOS 8 beta 2 it should be possible to use openUrl from app extension as written into the release notes: however …

ios8 uiapplication openurl ios-app-extension
How to handle UIApplication handleOpenURL with multiple URL's

I have an app that will be using both Facebook and Instagram API's, both of which require me to use …

ios api instagram openurl
iTunes app link cannot open page in safari in simulator and also iDevices

I hope this may be duplicate question. But none of the answers didn't hard help me. I am trying to …

iphone ios safari itunes-store openurl
Open URL Schemes in IOS

I have 2 apps, which are meant for different purpose, where I should not allow user to use both apps in …

ios objective-c openurl
How to know if FaceTime is already in use

I start a FaceTime call from my app using: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[@"facetime://" stringByAppendingString:appleID]]] Is there a …

ios iphone url openurl facetime
how to open phone dialler in iOS 9?

I found solution that I need to add some code in info.plist. I did it like below: <key&…

ios objective-c iphone ios9 openurl
opneUrl react-native linking call, mailto

I am trying to open a url ( "tel:061245124" or "mailto:[email protected]") and it says that i can handle …

react-native openurl
OpenUrl freezes app for over 10 seconds

I'm currently developing an App, that needs to open a browser to display a webpage. To do that i use …

ios ios7 openurl
openURL not opening Safari

I am trying to use an action sheet to open safari with a link. The variable is set correct and …

ios safari uiactionsheet openurl