Questions tagged [ios-urlsheme]
13 questions
6
votes
4 answers
How to open native files app in ios?
How do i open the native files app of ios using url scheme or some other way ?
I tried searching url scheme but had no luck.
There seems to be no answer to this question there is thread open for this question in apples forum but it is still…

Nikesh Hyanju
- 140
- 3
- 16
5
votes
2 answers
canOpenURL when returns false prints out an unnecessary error message
I am using canOpenURL to open the app if installed in the device. And added the LSApplicationQueriesSchemes to whitelist the Schemes. But when canOpenURL returns false It always prints out an unnecessary error message in the console log. Below is…

am449
- 158
- 11
5
votes
2 answers
iOS 8.3 Share Extension - Launching URL Schemes
since iOS 8.3 update my share extension (which calls my main app using URL Schemes) stopped working. So I found out that the UIWebView approach I had to launch my app is not working anymore. I also tried the approach Apple recommends, using…

edulpn
- 125
- 1
- 8
4
votes
0 answers
ios - whatsapp url scheme doesn't work when adding hashtag (%23)
I have an angular based website with a whatsapp share button using the url-scheme.
I'm trying to open whatsapp with text containing a URL. As in angular based sites, the site name contains an hashtag (%23). Like the following…

ostackp
- 41
- 2
3
votes
1 answer
iOS 9.3.2 Custom URL Scheme not launching app from Safari
My web page detects the OS and browser, and in the case of iOS Safari will launch my app using a custom URL scheme.
It works fine on my test devices, but I'm seeing an issue with a user using Safari/9.0 on iOS/9.3.2 - the link simply does…

IanS
- 1,459
- 1
- 18
- 23
1
vote
1 answer
iOS | how to open google classroom app programmatically
I want to open google classroom app through my existing iOS app on a button click (if classroom app available on the device).
Any URL scheme for google classroom?
I haven't found any Google Classroom app URL Scheme on…

Mohit Kumar
- 2,898
- 3
- 21
- 34
1
vote
0 answers
Instagram iPhone Hook Description
Is there a opportunity to add a description to a new Instagram post created via iPhone Hook?
NSString *moviePath = outputPath;
NSString *caption = @"description";
NSURL *movieURL = [NSURL fileURLWithPath:moviePath…

Jony
- 111
- 1
- 1
- 5
1
vote
1 answer
Launch App from eMail with URL-Sheme
Hello I have a custom URL to open an app with a link. It works in the browser. But I want to send an email that another user can click the link in the email and the app will be started. Does anybody know a solution?
It is not possible to send an…

user3678815
- 45
- 7
1
vote
1 answer
How to use IOS default calendar from my app and get back to my app again
I am developing an App and i need to get access of the IOS Default calendar and come back to my application. I am using URL Scheme of calshow:// to go to the app and it is successfully working but how to come back to my application again please…

Ajay Babu Singineedi
- 185
- 1
- 1
- 13
0
votes
1 answer
Share link/text to Instagram Direct Message on iOS
I cannot find any API for sharing text/links to Instagram DM on iOS. I've seen posts that asked similar questions but haven't seen anyone with an answer so I figured I would ask again here. I've seen apps like Spotify able to share an album to…

Flying_Squirrel
- 89
- 6
0
votes
1 answer
How Spotify and Google’s Waze integration component works?
Lately, I have seen that Waze shows a Spotify's button on top of its map.
I was wondering how does it work?
At first, when you press the Spotify button you are getting redirected to Spotify via an url-scheme (probably spotify://waze?example) then…

NDM
- 944
- 9
- 30
0
votes
1 answer
iHasApp framework rejected by Apple?
My app has been approved before with iHasApp. A new update has been rejected by Apple with the following reason:
"Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs"
We found that…

user10017
- 33
- 4
-2
votes
1 answer
Detect apps on my iphone without being rejected by Apple?
My app has been rejected by Apple for the following reason "Our team is aware that iHasApp is using publicly available APIs, however this specific implementation abuses canOpenURL: to detect all apps on a given device".So I start to look for another…

user10017
- 33
- 4