Questions tagged [url-scheme]

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

Per Wikipedia:

A URI scheme is the top level of the Uniform Resource Identifier(URI) naming structure in computer networking.

1132 questions
0
votes
1 answer

Does the iOS Box app respond to a custom URL scheme?

I'd love to be able to launch the native Box iOS app directly from my own native iOS app. For example, Dropbox uses db-api-1://, Facebook uses fb://, Square uses square://, etc. Does Box for iOS use a similar URL scheme? If so, is there…
jpsim
  • 14,329
  • 6
  • 51
  • 68
0
votes
1 answer

Opening a pdf in Adobe Reader from browser in iOS using url-scheme

If I check this: http://schemes.zwapp.com/ the url scheme for Adobe Reader in iPad is: com.adobe.Adobe-Reader: So I created a link in my web-page pointing to: com.adobe.Adobe-Reader://mysite.com/sample.pdf Clicking the link launches Adobe Reader but…
r_honey
  • 883
  • 4
  • 15
  • 31
0
votes
1 answer

Custom URL Scheme RubyMotion

I am needing to go to a specified ViewController in my app. I can get to the rootViewController just fine when entering scheme:// in Safari as I've edited my Info.plist. I even came across this: https://stackoverflow.com/a/10925872/1327809 -…
jpgr
  • 278
  • 2
  • 3
  • 13
0
votes
1 answer

Opening iTunes Store via URL scheme with no album

I am working on developing a music player app. If the user has no audiobooks or podcasts, I am showing a button, which takes user to iTunes store just like it happens in the native music player app. I looked at the url scheme to open the iTunes…
Manish Ahuja
  • 4,509
  • 3
  • 28
  • 35
0
votes
1 answer

Importing and storing URLs to images in Sql database - advice needed

I am working for a company that has thousands of documents, mostly pdfs, stored in folders on their webserver. They are mostly user's manuals and tech documents for different products of the different brands they carry. They have a webpage that…
0
votes
1 answer

Is it possible to have access to the image specified in CFBundleURLIconFile via URL scheme from a different iOS app?

is it possible to access the icon specified with CFBundleURLIconFile in the info.plist file from a different application? Does application sandboxing prevent it? If so,what is the purpose of this key(in an iOS app of course)? Thanks
e1985
  • 6,239
  • 1
  • 24
  • 39
-1
votes
1 answer

How to open system QR code scanning app programmatically?

I guess the QR code scanning app can be opened by UIApplication.shared.open(_ url: URL) with the URL scheme of the scanning app. But what is that? Or is there another way to open it?
Daniel
  • 507
  • 6
  • 22
-1
votes
1 answer

Share a pdf file to WhatsApp directly, without using a UIActivityViewController

I am using below code to send a text to a new WhatsApp number using a WhatsApp Url scheme instead of UIActivityViewController. let urlWhats = "whatsapp://send?phone=+9197******2&text=Hi Hello" if let urlString =…
-1
votes
1 answer

ReportViewer Custom Protocol

I am using the ReportViewer in my WPF application and I am trying to get a custom protocol to work with the application. So I get the ability to open sub-programs inside my application when a url is clicked inside the ReportViewer. When I click on…
bergerb
  • 71
  • 7
-1
votes
2 answers

cant understand how to use url-scheme

I made authorization with instagram in safari then opens my redirect-URL: “https://badyi.github.io + code “. I need to grab redirect-URL. What is url-scheme here? What is identifier? What i have to put in info: URL-types? I know about canOpenUrl…
badyi badyi
  • 11
  • 1
  • 5
-1
votes
1 answer

Sharesheet option in branch.io swift

We are using branch.io for Deep linking in our projects, There is an latest version release on Feb 3. We can’t able to get the latest SDK options v0.31.4¶ (2020-Feb-03) Add share sheet option to override placeholder URL. This allows more control…
HariKarthick
  • 1,369
  • 1
  • 19
  • 47
-1
votes
1 answer

Custom URL Scheme with App running in background

I created a custom URL scheme to launch my app from other apps. This works from Safari if the app isn't open. It loads AppDelegate with function: func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any]…
Nutrion
  • 53
  • 1
  • 9
-1
votes
2 answers

loading url from scheme not processing first time - appdelegate vs viewcontroller

My app is successfully opening and setting the parameters (from URL-scheme i.e. myApp://sometextToPrint) to a variable in the AppDelegate class but whenever I want to process them it fails at the first time when the app is opened from that URL. I…
Salihan Pamuk
  • 175
  • 1
  • 2
  • 13
-1
votes
1 answer

If I don't distribute my app through the App Store, how can I register the app scheme for deep links?

Can I enable links and deep links to an app that is not distributed with the App Store? From what I understand, the URL scheme is stored in the app plist and then used to link to the app.
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
-1
votes
1 answer

Open an installed app by click on button

My app is called Labmed, where a button will appear to open the "LAB Befund" App. If "LAB Befund" is already installed, open the app, instead of going to the AppStore. Code: NSMutableDictionary *dic = [NSMutableDictionary dictionary]; [dic…
Cyu.
  • 81
  • 1
  • 1
  • 7