Search results for

file uri scheme

78,497 results found

Post

Replies

Boosts

Views

Activity

Reply to AVContentKeySessionDelegate not called (offline)
In my implementation, I make sure that the key is specified in the master playlist (as recommended by Apple anyway). Then I read that playlist myself, just looking for EXT-X-SESSION-KEY tags. It looks something like this:#EXT-X-SESSION-KEY:METHOD=...,URI=...,KEYFORMAT=...,KEYFORMATVERSIONS=...The URI attribute contains skd://abc123, and abc123 is what you're looking for.
Topic: Media Technologies SubTopic: Streaming Tags:
Jul ’18
Passing data through custom url schemes
Hi All,I want to use URL schemes for communication between two applications. Want to do this both in our Android and iOS application.To pass some extra data between two applications using URL schemes. Extras with Implicit intent can be used in Android.https://developer.android.com/guide/components/intents-filters.html#BuildingDoes the same can be achieved in IOS URL schemes. ? As far as i can understand data can be only sent through the url query parameters.https://developer.apple.com/library/content/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.htmlBest Regards,Saurav
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
696
Aug ’17
URL Scheme Incorrect Format
I've been publishing an app on the App Store using the Adobe DPS service for the past few years. I've now just moved onto a new app development software and have started experiencing errors upon uploading a new app to update the previous one on the App Store.After checking everything is correct on the new app development software (Twixl Publisher), I receive this error when uploading my build via Application Loader:ERROR ITMS-90158: The following URL schemes found in your app are not in the correct format: [.co.uk.websitename.websitename]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.My Bundle ID in iTunes Connect is: .co.uk.websitename.websitename and has always worked perfectly before. Now it's causing problems and I can't figure out how to fix it so I can update the app with the version.Could anyone advise on the next steps I should take to resolve this
0
0
4.3k
Aug ’16
xfail in XCTest or scheme?
I am wondering if Xcode has a capability to describe that certain tests are expected to fail.I searched the web with keyword mixes like xcode, xfail, expect to fail, xctest, test scheme and so on. None got what I want and I came up here, the dev forum.I am writing some test utility for my classes. So, the goal is to fail when the test utility detects anything wrong.The test codes for the test utility are written purposely to fail. And I would like to take those failures as successes of the test.I may add up some more codes in the test utility to flip the assert expressions not to fail for xfail purpose. However, it may introduce unexpected bugs and I don't want to take the additional risk (and unnecessary risk if xfail is supported in xcode)I appreciate any feedbacks. Thanks!dpdo
1
0
360
Dec ’15
Reply to AVAssetResourceLoaderDelegate and TS files error: Error Domain=CoreMediaErrorDomain Code=-12881 "custom url not redirect"
Thanks for your quick reply. I am creating manifest file by myself and also downloading all the .ts files in advance . When user clicks on a video for play then I will pass manifest file data to player using Assetdelegate and ts data if file has downloaded otherwise with valid url so that play can play that ts file from server not from cache . I am using custom schemes so that I am getting call-backs in asset delegates . I have already manifest files data & dummy m3u8 url with custom scheme. I want to pre-cache some portion of video .
Topic: Media Technologies SubTopic: Streaming Tags:
Jun ’20
photos-navigation://album scheme
In my app SexyPeri (https://apps.apple.com/fr/app/id6738291985), I create an album with some pics Album is called SexyPeri Now, I wish to redirect the user from my app SexyPeri DIRECTLY to the album SexyPeri There is no doc about your scheme photos-navigation, or I didn't see it. Some guys retro-engineered it, but I couldn't make this work. photos-navigation://album?name=SexyPeri doesn't work. So my question is: how can I redirect to the album directly ?
1
0
357
Jan ’25
Scheme Setting Not Persisting For Associated Target
I have an Xcode 15.4 project with 4 targets (i.e. 2 UI and 2 CLI). Next, I'm looking to set a unique scheme for each target but it keeps changing to one of the previously set schemes. For example, I have the following four targets and I would like to have the associated: Target 1 - > Scheme 1 Target 2 -> Scheme 2 Target 3 -> Scheme 3 Target 4 -> Scheme 4 When the target is selected, shouldn't the corresponding scheme be updated in the Xcode toolbar? Or is there a setting that I'm missing to enable/disable within Xcode that would resolve this issue? Finally, I'm seeing similar behavior in Xcode 16 beta 1.
1
0
454
Jun ’24
Scheme is not currently configured for the build action.
In the Resolve package dependencies step I see this error occur: Scheme is not currently configured for the build action. I cannot reproduce locally. When I run the command: xcodebuild -resolvePackageDependencies it finishes fine. I'm on Xcode 13.4.1 and MacOS 12.4.1 Other things I've tried: Verified scheme is in the workspace (not the project) Deleted all schemes and auto created schemes again Recreating the build action in the scheme Enabled all actions in the scheme
5
0
5.2k
Sep ’22
Add Siri Shortcut with URL Scheme
I've found that you can add a Siri Shortcut using the following scheme... shortcuts://create-shortcut However I'd like to pass it parameters to fill in the shortcut so that the user just has to click add/done/accept to add the shortcut to their Shortcuts app. I've tried to find documentation about the URL scheme and if it can be sent any parameters but this is all I have found so far... https://support.apple.com/en-ca/guide/shortcuts/apda283236d7/ios Hoping someone can point me in the right direction.
1
0
742
Nov ’20