url-scheme Questions

5

Solved

Apple maps can open routing apps when it can't provide a route: I want to open a few of those apps from my app. I am aware that I have to whitelist each app that I want to open. This is not the ...
Ardra asked 13/9, 2018 at 16:31

4

My app is now sharing Documents directory on iOS 11 Files app "On My iPhone" section. (Thanks to this article: Working with the Files App in iOS 11) Question is how to open this directory or at l...
Farm asked 30/9, 2017 at 5:26

11

Solved

Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
Jin asked 9/3, 2009 at 20:34

14

Solved

I am using the Facebook SDK found here, and am trying the sample that is provided (in the folder FacebookiOSSample). If I simply replace the AppId here with my specific AppId, then I can no longer...
Fanestil asked 19/2, 2014 at 22:0

4

Solved

I am getting the error below while uploading an app to the App Store. ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [5063495]. URL schemes need to...
Clunk asked 23/11, 2017 at 18:57

6

Solved

I'm hoping someone can clarify to me the technical difference between a protocol and a scheme in a url. (or identify the rest of the items that can also be placed in a scheme?) Originally I had th...
Antidromic asked 23/2, 2018 at 17:31

5

I've just noticed my console is littered with this warning, appearing for every single linked resource. This includes all referenced CSS files, javascript files, SVG images, and even URLs from ajax...
Budding asked 7/8, 2020 at 8:19

15

Solved

I'd like to place a link on a webpage which opens a whatsapp chat with a certain whatsapp contact. In other words: I want a "contact me by whatsapp" link to go next to the page's "Contact us my fac...
Wiatt asked 20/5, 2015 at 8:39

10

Solved

Hello i want to open the eMail program from my App and the body should already be defined. I can open the eMail but don't know how to define the body of the eMail as a given Parameter to show a giv...
Garbers asked 13/11, 2015 at 14:15

2

I have a website that generates dynamic calendar (icalendar). Lets assume that this calendar is accessible over HTTP at a URL like this http://www.example.com/cal?q=<user query> Everythin...
Grogshop asked 13/9, 2012 at 5:23

8

Solved

Assume that the scheme for a uri is "file". Also assume that the path starts with '.' An example path is './.bashrc'. How would the fulluri look? 'file://./.bashrc' appears odd to me.
Fluctuation asked 22/10, 2011 at 4:34

5

Solved

In my current project I need to share text on whatsapp from iOS app. Here is my code to share text on whatsapp: NSURL *whatsappURL = [NSURL URLWithString:@"whatsapp://send?text=Hello%2C%20World!"...
Tintype asked 17/12, 2015 at 8:12

14

Solved

I've recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website. I've found this to work, directing the user to the Settings app from m...
Geoffreygeoffry asked 23/11, 2011 at 16:57

5

Is there a way to post a video or photo directly to the Instagram Stories of the user's Instagram account? For a normal photo share on Instagram, you can use the URL Scheme and open the Editor dire...
Remount asked 31/5, 2017 at 11:5

31

Solved

from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying t...
Crush asked 26/1, 2011 at 22:28

1

I know, this question is as old as Android is (almost), and there are many questions on the subject here on SO and elsewhere. However, I have not found an up-to-date, working solution to this probl...
Aide asked 20/10, 2022 at 18:56

13

I want to share a link via URL scheme for Telegram. I have created this: tg://msg?text = www.example.com?t=12 The link, opens telegram but nothing else happens. I have used the same code for Viber...
Build asked 11/7, 2015 at 10:47

3

I'm trying to share a story with a background image a a sticker image via URL Scheme on my ios app, i am using the attached code and it dose not work. When i'm trying to share just a background ima...
Wadsworth asked 5/2, 2019 at 8:13

6

Solved

I'm noticing strange behavior in Safari recently. I register a url scheme for the my app, and enter myapp:// into Safari. This launches my app immediately. Then I go back to Safari, and enter mya...
Muss asked 2/1, 2015 at 8:36

6

So if you want to link to a phone number you would do something like <a href="tel:18005555555">Click to Call</a> This is used commonly on mobile websites and is gaining traction on d...
Accounting asked 22/6, 2013 at 14:19

3

Solved

I would like to open my app's settings page inside the Settings app with Swift 4 in iOS 11. Just like the picture shows: The following codes doesn't work, it will only open the Settings app: i...
Tetragon asked 19/3, 2018 at 12:54

2

Solved

How can links on websites be made to lead to, firstly, a location in the new Google Maps for iOS app, and if not available, revert to Apple Maps? Currently, the default functionality is that a lin...
Pyretic asked 18/12, 2012 at 1:6

1

I'm trying to redirect from BankId app to my Flutter app after the user enters the security code. It's working fine in Android but in iOS when I set URL redirect to my custom URL scheme, it doesn't...
Misspeak asked 5/8, 2020 at 11:9

3

Solved

I am using React Navigation 6 to set up URI scheme deep linking, here is how I configured it: const linking = { prefixes: ["wagal://"], config: { ResetPassword: { path: "reset/pa...
Dirichlet asked 21/8, 2021 at 13:58

1

I would like to be able to open a tab in Chrome and enter something like gs://bucket-name/path/to/file and have it open the corresponding page in the GCP Web Console https://console.cloud.google.co...
Occasionally asked 2/4, 2019 at 18:22

© 2022 - 2024 — McMap. All rights reserved.