Top "Openurl" questions

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

Launch an app from within another (iPhone)

Is it possible to launch any arbitrary iPhone application from within another app?, For example in my application if I …

ios iphone deep-linking openurl
Open URL in Java to get the content

I´m searching for a opportunity to open a url in java. URL url = new URL("http://maps.google.at/…

java url inputstream openurl
Extract data from JSON API using Python

I go through this part: How do I extract the data from that URL? I only want to print out …

python json api openurl
OSX Swift open URL in default browser

How to open a url in system default browser by using Swift as programming language and OSX as plattform. I …

xcode macos swift nsurl openurl
How to use openURL for making a phone call in Swift?

I have converted the code for making a phone call from Objective-C to Swift, but in Objective-C, we can set …

swift nsurl xcode6 openurl
OpenURL in iOS10

So apparently OpenURL has been deprecated in iOS 10. Does anyone have any documentation on why or can explain what to …

ios swift xcode openurl
How to use [[UIApplication sharedApplication] openURL:] open other app?

I followed http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html instruction to open app1(GlassButton) within app2(FontTest). The open method of …

iphone uiapplication openurl
Link to app manage subscriptions in app store

Currently with In app purchase the only way to cancel an auto-renewing subscription is to do the following with the …

ios app-store in-app-purchase newsstand-kit openurl
UIApplication sharedapplication openURL not working

I have this method - (IBAction)facebookButtonPress:(id)sender { NSLog(@"fb hit"); [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[@"www.facebook.com/…

ios objective-c nsurl uiapplication openurl
UIApplication.sharedApplication() is unavailable

I just upgraded from XCode 6.4 to Xcode 7 GM and get started to change the code to be compliant with Swift 2. …

swift2 ios9 xcode7 openurl