ios-universal-links

iOS universal links not working?

假装没事ソ 提交于 2019-12-20 23:03:04
问题 I'm having trouble getting universal links to work We have added the json content to our site https://couchsurfing.com/apple-app-site-association I have double checked that it's using the correct team ID and bundle ID Universal links is enabled in itunesConnect running the apple validation fails with the following error: Error no apps associated with url I thought maybe the validator doesn't work, but running on iOS 10 device (universal link capability on, with added correct domain to it)

Apple-app-site-association not found

Deadly 提交于 2019-12-19 07:39:39
问题 I'm trying to pass the Apple Search Validation Tool, and I'm having problems with the apple-app-site-association. For some reason the bot can't find my file. But if you open the URL it's there. It's not a formatting problem, because the file isn't even found. I have https so it's not needed to sign my file. I don't have any extension on my file, as asked in the documentation. Someone had a similar problem and asked on the Apple Developer foruns, but it didn't help me. My url is https:/

iOS Universal Links and GET parameters

穿精又带淫゛_ 提交于 2019-12-19 05:26:08
问题 we're trying to implement app indexing on iOS using the Apple Universal Links (I'm looking at https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//apple_ref/doc/uid/TP40016308-CH12-SW2). In the "Creating and Uploading the Association File" section I see I can limit the indexing to specific pages, which is good. I'd like to limit the indexing to https://www.mywebsite.com?parameter=something, how can I? I was thinking about something like that

iOS Universal Links and GET parameters

☆樱花仙子☆ 提交于 2019-12-19 05:26:05
问题 we're trying to implement app indexing on iOS using the Apple Universal Links (I'm looking at https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//apple_ref/doc/uid/TP40016308-CH12-SW2). In the "Creating and Uploading the Association File" section I see I can limit the indexing to specific pages, which is good. I'd like to limit the indexing to https://www.mywebsite.com?parameter=something, how can I? I was thinking about something like that

Does the apple-app-site-association json file ever get updated in app?

早过忘川 提交于 2019-12-18 21:31:28
问题 Other than the first initial install of the app, does the apple-app-site-association json file ever get updated? For example, if I add an additional value to the path array in the json file, will my app ever get that update? 回答1: My own experience indicates the apple-app-site-association file is checked when the app is first installed, and then rechecked during any later app updates from the App Store. So if you add an additional path to the file, it would be detected when the next update app

iOS 9 Universal Links not launching the app from the same domain

天大地大妈咪最大 提交于 2019-12-18 17:01:05
问题 I have setup my AASA JSON file to open the app when someone visits myDomain.com/ShowInTheApp/* This works from Notes App, Email, Gmail App, Gmail web on safari and basically any other websites other myDomain.com . When myDomain.com/chooseAppORweb.html contains a link to myDomain.com/ShowInTheApp/ , safari always opens it in the same tab, app wont get launched. I can tap and hold the link to show the context menu that contains an entry "Open In [My app name]" which will indeed launch my app.

Requests to /.well-known/apple-app-site-association

放肆的年华 提交于 2019-12-18 01:21:10
问题 I just checked my server logs and found the following weird requests coming in quite a lot. I have iOS 9 Universal Linking implemented, but those requests are running against /apple-app-site-association as far as I know. Jan 15 09:36:23 method=GET path="/.well-known/apple-app-site-association" Has anyone else seen these patterns? Is this some known spamming or something? 回答1: i believe iOS 9.3 introduced slightly different lookup logic around the apple-app-site-association file and the app

Open an app (iOS/Android) via JavaScript, with a fallback redirect to App/Play store (2016 edition)

拈花ヽ惹草 提交于 2019-12-17 19:00:22
问题 Given: Website, iOS and Android applications, registered urlscheme "myapp://". Goal: on the website have a link shown to iOS/Android devices with app installed. Clicking on that link should open the app and invoke specific logic (handled by the app, essentially like "universal links" from apple, but without shadowing website links). Due to security constraints detecting if an app is installed is troublesome without webview cookie magic. Given that, what would be the best approach to try and

Universal Links to Amazon

馋奶兔 提交于 2019-12-13 05:31:24
问题 Shouldn't we be able to use Universal Links into Amazon on iOS? They are hosting this file: https://www.amazon.com/apple-app-site-association and this blog post seem to be certain of it. However, if I make a link that follows one of their site-association rules, such as http://www.amazon.com/gp/product/0062273205, I keep getting directed to Safari instead of the app. I have never clicked Back to X from the Amazon app, so it can't be that cache that is messing with me. 回答1: Universal Links do

Universal Links while app is not running

六月ゝ 毕业季﹏ 提交于 2019-12-12 20:45:56
问题 I am implementing Universal Links in my app. Every things works for me, except when the app is not running in the background. In that case how i can open a specific page in my app? iOS launches my app but i am not getting any callback in - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray *))restorationHandler in this function neither i am getting any url with this line NSURL *launchURL = [launchOptions