Search results for

file uri scheme

78,480 results found

Post

Replies

Boosts

Views

Activity

BigSur: open command not handling file URI scheme properly
In BigSur Beta, when I try to open a file using open file:////Users//Desktop/ the command is internally converted by prefixing the current working directory in terminal to the given value. For eg., if the current directory is /Users, the command is converted into open /Users/file:////Users//Desktop/ This obviously gives an error unable to find the file. This happens even if I give a folder name instead of filename in file URI format. http scheme works fine and no prepending happens. For eg., open http:// redirects to safari cleanly Note: I understand from the man page, that whenever we give a non-absolute file/folder names to open command, it prepends the current directory to the given value. However this prepending should not happen in case the value starts with a file URI scheme (similar to how values starting with http is handled). This is working fine till Catalina and is present only in BigSur betas. Can someone con
8
0
2.8k
Oct ’20
URI Schemes Broken?
It seems that basic URI Schemes are not working as of beta 3. I created a simple test app with myscheme as a URI Scheme, and attempted to open it from Safari, but Safari just stops there. This also breaks existing app schemes.
6
0
760
Jul ’15
Allow custom scheme for Redirect URI's
Currently trying to use `custom://oauth` as a redirect URI fails validation and is not allowed to be configured.For Android and Windows platforms, having a custom URI is super helpful to be able to redirect back to the app which initiated the authentication flow. Currently we have to use a WebView on Android instead of Custom Tabs because of this which is much less secure not as great of a user experience.Please allow us to specify a custom scheme for the Redirect URI.
3
0
3.9k
Jun ’19
Mobile safari uri scheme not working intermittently
I am working Web to App flow for my product. Tolink to my app from web service, I define uri scheme from app and use it from my web site. But, when I try to use this scheme from mobile safari web, It sometimes failed with message that uri is invalid. That is weird It failed SOMETIMES not always Even I tried with same url. In my device, there is current version app. Why this happen? How can I resolve this issue?
0
0
400
Oct ’24
Open iCloud settings from my app URI / URL Schemes
I went through some old posts and seems this is not possible but I would like to know if there's any update: Is it not possible to open iCloud settings from the app? I tried with the following URI Schemes: prefs:root=CASTLE (doesn't work) App-Prefs:root=CASTLE (brings me to the default settings window) Considering the iCloud settings need to be enabled to use CloudKit or GameKit and some users don't even know where are the iCloud settings I think this is quite important.
0
0
989
Nov ’20
Reply to BigSur: open command not handling file URI scheme properly
In macOS 11.2.1 A very similar issue with the Office URI Schemes.. $ open ms-word:ofe|u|https://hostname/dave/24e3ee9b7743978301775c776cb50566/10040WordDocument.docx The file /Users/tanmay/ms-word:ofe|u|https:/hostname/1/dave/24e3ee9b7743978301775c776cb50566/10040WordDocument.docx does not exist. It works fine in macOS 10.15.7. Is this a bug?? This is mission critical bug for people relying on Office URI schemes, unless there is other way arround.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’21
VCard File Photo URI Support
I love how Apple products will open up a VCF File in the Contacts App and import nearly all of the information successfully.However at the moment, the only format accepted for the PHOTO field is Base64.This can make for much larger VCF Files when the VCard Specification also includes an option for a Photo URI, allowing the data to be stored elsewhere and retrieved on opening of the VCard.It would be awesome if Apple Devices could recognize and retrieve Photos located at the VCF File's specified PHOTO URI Location to allow for more compact VCF files to be distributed in various formats.Here's an example of a VCard who's PHOTO option specifies a remote URI for the imageBEGIN:VCARDVERSION:3.0N:Gump;Forrest;;Mr.;FN:Forrest GumpORG:Bubba Gump Shrimp Co.TITLE:Shrimp ManPHOTO;TYPE=JPEG;VALUE=URI:https://upload.wikimedia.org/wikipedia/commons/8/87/My_Dog_%2861220578%29.jpegTEL;TYPE=WORK,VOICE:(111) 555-1212TEL;TYPE=HOME,VOICE:(404) 555-1212ADR;TYPE=WORK,P
6
0
11k
May ’20
Reply to What is, and how would I create a URL scheme for use in an iOS API?
May be this will help:The scheme, consisting of a sequence of characters beginning with a letter and followed by any combination of letters, digits, plus (+), period (.), or hyphen (-). Although schemes are case-insensitive, the canonical form is lowercase and documents that specify schemes must do so with lowercase letters. It is followed by a colon (:). Examples of popular schemes include http(s), ftp, mailto, file, data, and irc. URI schemes should be registered with the Internet Assigned Numbers Authority (IANA), although non-registered schemes are used in practice.h ttps://en.wikipedia.org/wiki/Uniform_Resource_Identifier
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’18
invalid uri
I want to add sign-in function by app id on web and iPhone.My application develops with Riles.I created a service id and added redirect url to it.And I added a button to my web application by referring to pagehttps://developer.apple.com/documentation/signinwithapplejs/configuring_your_webpage_for_sign_in_with_appleredirect uri is the redirect url registered in service id.However, click the button to always return the 'Invalid redirect_uri'I can't solve this problem because I don't have any more information.Please help me.
1
0
516
Mar ’20
valid redirect uri
I tried adding redirect_uri something like this http://mysite.com/Login.aspx/SignInUsingApple and it returns invalid uri. Why is that? the redirect uri I supplied is a valid page. Is it due to .aspx extension that causes the error? Please helpThanks
1
0
808
Oct ’19
Reply to FPS - Client test SDK
If your resourceLoader:shouldWaitForLoadingOfRequestedResource: method is never getting called then it might be because you are not specifying a non-standard URI scheme in your playlist EXT-X-KEY tag. See the section titled Preparing Content for FPS on pg. 33 of the FPS Programming Guide for an example FPS EXT-X-KEY tag with non-standard URI (e.g. skd://key65) in a streaming playlist. Note the URI is not intended to be a reference to the key on the server; rather, it is to be used as a content identifier.
Topic: Media Technologies SubTopic: Streaming Tags:
Jul ’15
"Active scheme does not build this file" Problem
I am writing to seek assistance regarding an error I encountered when attempting to download and open files from another computer. Upon downloading the files and attempting to open the code on my computer in Xcode, I received the following error message: Cannot preview in this file. Active scheme does not build this file. (Select a scheme that builds a target which contains the current file, or add this file to a target that is built by the current scheme.) I have attempted several solutions to fix it, such as deleting derived data, re-opening Xcode, and restarting my computer, but none of them resolved the issue. I would greatly appreciate your guidance and support in resolving this matter. Additionally, I have included the diagnostics and report related to the error for your reference. Thank you! == PREVIEW UPDATE ERROR: NoBuildableEntriesError: Active scheme does not build this file Select a scheme t
1
0
1.7k
Jan ’24