Search results for

file uri scheme

79,853 results found

Post

Replies

Boosts

Views

Activity

Reply to Skip the "Do you want to open ?" Modal
Thank you for sharing your post. To ensure seamless navigation from your Angular web application to your native iOS app via a webclip without user interaction or prompts, Universal Links may be a suitable solution. However, it’s important to note that Apple imposes restrictions on automatic launches of native apps from web content for security reasons. Regarding your mention of using URL Schemes instead of Universal Links, I would like to understand the reasons behind your decision to discontinue using Universal Links? Universal Links Universal Links are designed to open your app directly if it's installed, or fall back to a website if not. This is the most seamless user experience available without dealing with URL schemes and prompts. Ensure your app's entitlements and Apple Developer account are set up correctly to handle Universal Links. If the conditions you mentioned can be checked via deep link parameters, include these in your Universal Link setup. Custom URL Schemes: If Uni
Topic: Community SubTopic: Apple Developers Tags:
Apr ’25
Reply to How can I trigger the Full Disk Access prompt to write to a raw block device?
[quote='777577021, coolaj86, /thread/777577, /profile/coolaj86'] I'm not a Swift coder, but I'd like to be [/quote] Well, you’ve chosen a hard place to start |-: I have a lot to say about this but I want to start by addressing two specific comments: [quote='777577021, coolaj86, /thread/777577, /profile/coolaj86'] I did change Sandbox App to NO in MyApp.entitlements [/quote] Don’t do that. If you don’t want to be sandboxed, remove the App Sandbox capability in the Signing & Capabilities editor. Setting the value to false can cause weird problems (although that’s unlikely to be causing problems for you here). [quote='830567022, coolaj86, /thread/777577?answerId=830567022#830567022, /profile/coolaj86'] using a uri to open system preferences [/quote] That URL scheme changed recently. I have links to docs for it in Supported URL Schemes. [quote='777577021, coolaj86, /thread/777577, /profile/coolaj86'] I always get permission errno 13 (permission denied). [/quote] macOS has multiple l
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’25
Reply to canOpenURL returned an incorrect result in iOS 15 run in Xcode13
I filed a bug report for FB9447186. Thanks. Reading your bug report it seems that you’ve determined that there’s a threshold of 50 URL schemes. Is that right? Honestly, I don’t know what’s up with that. My suggestion is that you open a DTS tech support incident and talk to DTS’s expert in this field. At a minimum, we should be able to find out whether this 50 URL scheme limit is deliberate or not. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’21
Reply to Content Steering Error in Handling Steering Manifest
Thank you for the fast reply! I removed the aws pathway as suggested, but the error remains. I've validated the playlists and verified that I can play the media from both the azure and edge CDNs. In fact, I can switch between the CDNs using content steering as long as both pathway ids are specified in the manifest. For example, using manifest #EXTM3U #EXT-X-CONTENT-STEERING:SERVER-URI=https://example.com/content-steering?switching=true,PATHWAY-ID=azure #EXT-X-STREAM-INF:BANDWIDTH=5605600,RESOLUTION=416x240,CODECS=avc1.64001e,mp4a.40.2,PATHWAY-ID=azure https://azure.com/contentsteering/stream_0/stream.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=5605600,RESOLUTION=416x240,CODECS=avc1.64001e,mp4a.40.2,PATHWAY-ID=edge https://edge.com/contentsteering/stream_0/stream.m3u8 and steering manifest { VERSION: 1, TTL: 10, RELOAD-URI: https://example.com/content-steering?&switching=true, PATHWAY-PRIORITY: [ edge, azure, aws ], PATHWAY-CLONES: [] } (It works with and without aws in the priority list, even thoug
Topic: Media Technologies SubTopic: Streaming Tags:
Dec ’22
Url-scheme is not working
Hi everyone! Tried to find out the solution by myself, but I failed =) Problem: I have one app on both iPhones, but the url_scheme works differently on them. 1 phone: Click at web link to the app – opens app 2 phone: click at web link to the app – opens web version. Tried to find info in logs, but didn't find answers there. Associations works correctly, cause on other phones everything works fine. Can you please help me to find out the reason? Maybe some info about what I need to search in logs or maybe you've faced the same problem.
1
0
2.1k
Sep ’23
Reply to Using CoreData entity in SwiftUI view
Thank you, so now I have something like this var meeting: Meeting But the PreviewProvider now says it is missing an argument for the parameter 'meetings'. How do I initialize some dummy data for the preview if the data is in CoreData? I have 'meetingName' of type string, 'meetingLink' of type URI, and 'meetingTime' of type Date. Thank you!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’21
Reply to multi language swiftUI app not working
From the screenshot, it looks like you manually created .lproj groups in Xcode. Instead, can you try keeping just one Localizable.strings file and then using the Localizations inspector on the right to vary the file for each language? Xcode will automatically create .lproj folders for you on disk and in the built application. You can then use the Options tab of the scheme editor to run the application in Chinese, Simplified.
Aug ’22
How to format the start and end time in iOS URL schemes in Shortcuts
I created a shortcut 'Add New Event' on my iPad. I need to automate the start and end time, so I use the iOS shortcuts URL schemes. I asign date variable to the start time and end time. Here's the URL I wrote for a start time 2024-01-01-06:00:00 and end time 2024-01-01-07:00:00 shortcuts://run-shortcut?name=Addevent&input=2024-01-01T06:00:00 I can't figure out how to properly write the end time so the URL will get me open the iOS calendar to create an event with a specified start and end time. I wanted to attach an image of the shortcut I created on iPad, but it won't allow me. You can view the image here. https://drive.google.com/file/d/1PIVAjg9Cta2SQr7eUMEpBSrZJpORVaMK/view?usp=sharing note: I actually just need the end time an hour later than the start time. so if there's a better solution, please feel free to comment.
0
0
603
Jun ’23
AppleWatch send parameter WatchOS App from Url Scheme or Shortcut
I am currently developing an app for Apple Watch. I want to pass a parameter value while calling my Apple Watch app through a shortcut on the Apple Watch. So I thought of url scheme but. I couldn't get this to work on the Apple Watch. So I'm looking for another way. How to create a shortcut that can be executed while passing parameter values to the Apple Watch, In the watchos app, can I call the desired function by receiving the parameter value?
0
0
671
Apr ’23
Sample Partition Scheme driver kext can't load at boot time.
We are implementing a Sample Partition Scheme driver. this is the info.plist IOKitPersonalities SamplePartitionScheme IOKitDebug 0 IOProbeScore 80000 .... IOProviderClass IOMedia IOPropertyMatch Whole our driver match a whole disk IOMedia, If it's our disk, perform read/write on this disk. When we test our driver in macOS12. if the IOMedia is a blank RAW disk, our driver will be loaded at boot time. if the IOMedia has partitions, system partition scheme driver will be loaded at boot time. Pluging in a GUID partition disk on a booted Mac always load our kext. how can our driver match GUID partition disks and load at boot time?
1
0
787
Jan ’22
Xcode schemes and targets messed up
I was having trouble with Xcode and it was telling me that multiple versions of derived data were being produced and I could not build the project. I started to mess around with some build settings and finally got the issue fixed and the project built. However, now when I run the project on my iPhone, my app icon does not appear and the app crashed immediately with the error: Could not find a storyboard named 'Main' in bundle NSBundleI realized that something was wrong with my project. Something looks different on the sidebar now, and when I click on my actual Xcode project, it does not show me the general information like normal.Instead, it shows me the general information in under the Target Hostend instead of the project like it usually would. Also, my Assets.xcassets, my Main.storyboard, and any of my other files don't have the Target Membership checkbox checked for my target, and I cannot enable it because it is grayed out.What is happening with my project and how can I fix this? I'm really stuc
3
0
8.7k
Sep ’19
Reply to How to use safaridriver from safari technology preview in selenium grid
We are using: Dictionary<string, object> remoteSafariOptions = new Dictionary<string, object>(); remoteSafariOptions[technologyPreview] = true; safariOptions = new SafariOptions(); safariOptions.AddAdditionalCapability(safari.options, remoteSafariOptions); browser = new RemoteWebDriver(new Uri(seleniumRemoteGridUrl), safariOptions.ToCapabilities());which works fine.
Topic: Safari & Web SubTopic: General Tags:
Sep ’17