You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
I cannot seem to get deeplinks to work when testing with a local IP server. It may be incorrectly configured, but I wasn't sure if there any known complications with doing this?
I have a node server running a self-signed cert that is trusted on my devices, and I verified that https://192.168.0.1:8080 does return my website with a validated certificate.
I have assetLinks.json and apple-app-site-association duplicated and accessible from both the https://192.168.0.1:8080/ root directory and the https://192.168.0.1:8080/.well-known/ directory just to be sure. I verified that both get sent/received as expected with a 200 OK status. (192.168.0.1 is just a dummy IP as I did not want to put my actual IP). I verified that the bundle profile in the apple.developer portal has "Associated Domains" enabled.
apple-app-site-association (anything in <> is replaced with our information which is intentionally redacted)
I'm running the lastest cordova-ios 5.0.1, cordova-js 5.0.0, and cordova-android 8.1.0 versions. Building with xCode 11.1 and Android Studio (latest version) for iOS 13.1 and android 9.
In my cordova config I have
I built both an iOS enterprise distribution and signed android APK, installed them on my devices, and verified that both apps are running the website from my local server. However when I click the link https://192.168.0.1:8080/ on either device in the native browser's URL field, native mail client, slack, etc I go directly to the website in the browser and do not get prompted or redirected to the application.
Is there something I'm doing incorrectly, or is it not possible to get deeplinks to work through a local IP server?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot seem to get deeplinks to work when testing with a local IP server. It may be incorrectly configured, but I wasn't sure if there any known complications with doing this?
I have a node server running a self-signed cert that is trusted on my devices, and I verified that
https://192.168.0.1:8080
does return my website with a validated certificate.I have
assetLinks.json
andapple-app-site-association
duplicated and accessible from both thehttps://192.168.0.1:8080/
root directory and thehttps://192.168.0.1:8080/.well-known/
directory just to be sure. I verified that both get sent/received as expected with a 200 OK status. (192.168.0.1 is just a dummy IP as I did not want to put my actual IP). I verified that the bundle profile in the apple.developer portal has "Associated Domains" enabled.apple-app-site-association (anything in <> is replaced with our information which is intentionally redacted)
assetLinks.json
I'm running the lastest cordova-ios 5.0.1, cordova-js 5.0.0, and cordova-android 8.1.0 versions. Building with xCode 11.1 and Android Studio (latest version) for iOS 13.1 and android 9.
In my cordova config I have
I built both an iOS enterprise distribution and signed android APK, installed them on my devices, and verified that both apps are running the website from my local server. However when I click the link
https://192.168.0.1:8080/
on either device in the native browser's URL field, native mail client, slack, etc I go directly to the website in the browser and do not get prompted or redirected to the application.Is there something I'm doing incorrectly, or is it not possible to get deeplinks to work through a local IP server?
The text was updated successfully, but these errors were encountered: