-
Notifications
You must be signed in to change notification settings - Fork 534
iOS Xcode 7.3.1 Associated Domains not enabled #74
Comments
Hi, Can you share your setup in |
In <universal-links>
<ios-team-id value="[ios-team-id]" />
<host name="[domain]" scheme="https">
<path url="/path/*" />
</host>
</universal-links> Should I have something else specific to enable Associated Domains? |
I realize I have not tested yet on a plain Cordova project. I will perform further tests... Sorry to bother you. |
How did you test it?) Anyway, try to do the following:
This is how I've tested it. Also, check, that you have node of version 4+. |
Thank you a lot for the detailed steps! Anyway, it looks like you are right, it seems related to node version. BTW, I should mention I initially tested it using Meteor 1.3, which still uses node 0.10 (I had to find a workaround for Therefore I will close this issue until I can find out exactly what causes the Associated Domains not being enabled in that configuration. Maybe I will get node 4 in the mean time? :-) |
You're welcome :) |
Thank you again for the great plugin!
Unfortunately when I build my Cordova project, the generated Xcode project does not have the "Associated Domains" capability enabled. I have Xcode 7.3.1.
Of course I can get the functionality working by enabling it manually and filling the Domains list (as described in issue #8).
Now it would be much preferable that it gets enabled and filled with domains automatically (as the plugin is supposed to do, I guess?), so that other developers do not need to perform the manual process again everytime the Cordova project is rebuilt from source.
It looks like
project.pbxproj
file needs a new (?) project attribute (inPBXProject section
), under project object / attributes:Please am I the only one having this bug?
The text was updated successfully, but these errors were encountered: