ios-universal-links

No apps with domain entitlements

与世无争的帅哥 提交于 2019-12-10 06:03:09
问题 I am trying to integrate deep linking through universal links. Everything is settled up nicely on developer account. Associated domains are also enable on the app id. On server side myapp.com/apple-app-site-association is available. But apple search validator always throws this error. I am not sure what it means exactly..? If any one can help me that would be really great. Thanks 回答1: ...and it possibly always will. I actually don't know exactly what that tool is checking for, because domains

iOS Branch deep link does not open application on device, but works well on simulator

你离开我真会死。 提交于 2019-12-08 07:21:01
问题 Could anybody help me out please? iOS Branch deep link does not open application on device, but works well on simulator. My simulator OS version is 10.3, my iPhone 5s OS version is 10.3.3 What I have done: Dashboard: Settings -> Link Settings: "Always try to open app" is checked "IOS URI Scheme" is set to the application's custom URI scheme. "Enable Universal Links" is checked. Bundle Identifier & Apple App Prefix are both set correctly. Link Domain was set as bellow: Test Link was created as

iOS Branch deep link does not open application on device, but works well on simulator

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 00:48:28
Could anybody help me out please? iOS Branch deep link does not open application on device, but works well on simulator. My simulator OS version is 10.3, my iPhone 5s OS version is 10.3.3 What I have done: Dashboard: Settings -> Link Settings: "Always try to open app" is checked "IOS URI Scheme" is set to the application's custom URI scheme. "Enable Universal Links" is checked. Bundle Identifier & Apple App Prefix are both set correctly. Link Domain was set as bellow: Test Link was created as bellow: Xcode Configuration: 1.Associated Domains 2.Info.plist file And, code as bellow: - (BOOL

Universal links not working in development

[亡魂溺海] 提交于 2019-12-06 23:43:30
问题 I am trying to create Universal links for my app. I am using the apple validation tool to test my server configuration (https://search.developer.apple.com/appsearch-validation-tool/) and everything looks fine. So I run my app which has the: - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler method implemented but my app never opens. I can only see Safari. Entitlements are

`scene(_ scene: UIScene, continue userActivity: NSUserActivity)` doesn't get called when the app is launched after the user clicks on a universal link

风格不统一 提交于 2019-12-06 21:50:34
Method scene(_ scene: UIScene, continue userActivity: NSUserActivity) doesn't get called when the app is launched after the user clicks on a universal link. It works fine when already launched app opens again after the user clicks on the universal link. The sample code: func scene(_ scene: UIScene, continue userActivity: NSUserActivity) { guard userActivity.activityType == NSUserActivityTypeBrowsingWeb, let incomingURL = userActivity.webpageURL, let components = NSURLComponents(url: incomingURL, resolvingAgainstBaseURL: true), let path = components.path else { return } let params = components

iOS custom URL schemes vs. Universal Links and Android counterpart

点点圈 提交于 2019-12-06 05:54:13
问题 I'm looking for functionality where when a user receives a message - let's say through the WhatsApp app - containing a link starting with a certain scheme (prefix), my app will be invoked when the user taps on that link. I understand that this feature is already available as "custom URL schemes" but I also noticed now that Universal Links have a similar thing. So, is there any issue with "custom URL schemes"? I don't want to use Universal Links because I don't want my app to be restricted to

Universal link - The domain has some validation issue

纵然是瞬间 提交于 2019-12-06 05:33:09
问题 Im working on universal link to open the application while tap the url. I am using https server and done all the steps from apple (Apple Doc). But the apple universal link validator show below error, Your file's 'content-type' header was not found or was not recognized. enter image description here The apple-app-site-association file successfully uploaded to server and the file be like below, { "applinks": { "apps": [], "details": [ { "appID": "J2HBF9A3PZ.com.aors.speaku", "paths": [“*”,”/“]

iOS Universal Links not working via TestFlight

前提是你 提交于 2019-12-06 04:04:48
I'm new to iOS and managed to implement the iOS Universal Links for an app following this . I have created and uploaded the apple-app-site-association and configured/prepared the app to handle universal links. It all works well and I can test it successfully when I build the app through xCode into a real device. However the universal links do not work when installing the app via TestFlight. When installing the app via xCode I can see the HTTP request to the apple-app-site-association file in my web server. But when installing it via TestFlight doesn't seem to try to fetch the association file.

Apple-app-site-association file won't download

放肆的年华 提交于 2019-12-06 01:29:36
问题 I have uploaded my apple-app-site-association file to the root of my HTTPS web server After, I have added my Associated Domains in the xcode .I have followed apple universal link tutorial. [SWC] ### Denying redirect to 'https://examplecustomdomain.com/apple-app-site-association/' (original 'https://examplecustomdomain.com/apple-app-site-association') I have checked my device logs and I have seen error like above 回答1: Ran into this same issue recently trying to implement Universal Links

How to implement deep linking in flutter, with redirect to app store?

旧时模样 提交于 2019-12-05 22:10:34
Is there a way to achieve deep linking in flutter, so that if a user click on a link then they are redirected to a specific part of the app, given that the app in installed, but if it isn't, they are redirected to the respective app store, to install the application and then taken to that specific part. While searching for a solution I came across this package called uni_links but I am not sure if it can fulfil this requirement. You can use Firebase dynamic links for this purpose: https://firebase.google.com/docs/dynamic-links There it says: if a user opens a Dynamic Link on iOS or Android and