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
-1
votes
1 answer

URL scheme "prefs:root=PASS" iOS10

I know there are lot of topics about this problem but is there a solution? I have not found official documentation for that. My problem is I need to redirect my code on storage settings like this : (work in iOS 9) let settingsUrl =…
CizooDev
  • 81
  • 15
-1
votes
1 answer

how to transfer text or pdf file with URL Scheme

I want to do a inter App communication in between two appliocation with URL Scheme. I have gone through Apple documentation,but won't get so much help. I have make two projects, in sender there is one method in which i added { UIApplication…
Verma
  • 239
  • 1
  • 5
  • 16
-1
votes
2 answers

any url scheme for default download manager in android

i need URL scheme for default android download manager. like whats app url scheme ( whatsapp://send?text= ) as like line ( line://msg/text/ ). i need android default download manager's URL scheme to allow users download my design from my app . for…
deva
  • 91
  • 9
-1
votes
1 answer

openURL is not working for system schemes on iOS 9

openURL is not working on iOS 9 for system schemes like http, tel, telprompt after compiling via Xcode 7, same code works fine on iOS 8, canOpenURL always returns YES. Any suggestions? Thank you! NSURL *testURL = [NSURL…
instback
  • 131
  • 2
  • 15
-1
votes
1 answer

Using URL-Scheme in application

I want to be using URL-Schemes in my application so when someone use the URL-Scheme, they unlock PRO version inside the application. BUT, how can i make that the URL-Scheme can be used only once? So only 1 person can use the url scheme, and when the…
-1
votes
1 answer

Launch web application when app is not installed

I would like to have capability to share content on multiple apps. I am using URL Scheme for that. But if the app is not installed, I would like to launch the web version of the relevant app. Something like this: func share(urlScheme: String) { …
Luda
  • 7,282
  • 12
  • 79
  • 139
-1
votes
1 answer

Automatically open apps on iOs - Background Task + Url scheeme

Is it possible on iOs to open an app using its url scheme called from a background task (or even a remote notification task)? What I want to do is: When my app receives a push notification, It runs a backhround task that will stat another app from…
-1
votes
1 answer

Get installed app's icon

Is it possible to get the icon file of an app (on NOT-jailbroken devices)? Could URL schemes be used to do this? Is there an API to get the icon or the only way to obtain the image is by downloading it from iTunes?
Massimo Piazza
  • 663
  • 3
  • 7
  • 21
-1
votes
1 answer

iOS Application to get Direction between two places ( URL scheme )

I am developing an iOS application to get directions between two places,I am getting exact directions for some of the places by providing the name of the places directly http://maps.apple.com/?daddr=San+Francisco,+CA&saddr=cupertino But I couldn't…
Abi
  • 958
  • 1
  • 7
  • 22
-1
votes
1 answer

URL Schemes-sending action ios

I have devoleped 3 applications,one of them called Main-app and it contains icons of the two others app and a button to access to thew from the main-app.the problem is that if I want to add an app from the app store,how can I get the icon and create…
-1
votes
2 answers

Custom URL Scheme

I want to open the app with myapp://something?id=123 when an user with the app installed visits http://myapp.com/something?id=123 and if an user does not have an app then open url in browser. Also, is Bundle URL Scheme can start with numeric? My…
MilanPanchal
  • 2,943
  • 1
  • 19
  • 37
-1
votes
1 answer

Is it possible to add a url scheme to an already installed app?

Let me explain what i want to do first: I have an ipad and i installed a cydia tweak that adds search engines to the notification center, i want to search from the apps already installed. It worked for the IMDb application using the following url…
usfmohy
  • 43
  • 7
-1
votes
1 answer

URL Scheme alternative to push notification?

Push notifications are not reliable. Apple Push Notification Server does not guarantee the delivery of the notification. We have an application, in which we present a web view, in which there is a button, that should trigger a request from the…
Nikita P
  • 4,226
  • 5
  • 31
  • 55
-1
votes
2 answers

How can I block custom applications using URL schemes in iPhone?

I have worked a bit with URL schemes and have managed to access a custom app that i created using another app. My requirement is to block my custom apps once the battery level goes less than a certain level. Is there any way to do that? What data…
-2
votes
1 answer

alternative of URL scheme for launching application in ios from another application?

Target Application is not having any URL scheme, and i want invoke it with my application. I also want to redirect to Apple store if the user doesn't have that application installed. Please tell me if there is any other way to open an application…
Amit K
  • 11
  • 2
1 2 3
75
76