-
Notifications
You must be signed in to change notification settings - Fork 534
Not working when build IPA file by command line [IOS] #115
Comments
I have a similar problem too. I am using TACO remotebuild to do a build from my local Windows machine onto my Mac which then sends back an .ipa file. When I do this remotebuild the universal links do not work, however, when I build it directly from Xcode onto an iPhone this solves the problem. I think the problem is within the associated domains and the generation of the .entitlements file that the plugin generates in the resource folder. I think the issue is the same as this one: BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution#299 and this looks similar: #8. Mainly the line "When plugins modify the value of CODE_SIGN_ENTITLEMENTS for their own purposes and point to Resources/{appName}.entitlements, they dont merge with the capabilities or other config thats already set in Cordova's Entitlements-debug.plist or Entitlements-release.plist files. This messes up Cordovas automatic release/export through the CLI because now you're required to manually change capabilities before building/releasing. This is a problem for people who use the Cordova CLI as intended to where you shouldnt even need to open Xcode and can do Continuous integration builds." Please help |
The problem is the entitlements file generated by this plugin. "Cordova now uses build.xcconfig to set: This overrides the entitlements file set by this plugin, and associated domains are not appearing in the new Entitlements-Debug.plist / Entitlements-Release.plist" @chancezeus has created a fork. I found that the changes in the fork fixed the deeplinking entitlements problem. See chancezeus@9e313aa. @nikDemyankov Can we please get the changes into this plugin? |
After that patch working, it looks like things have broken again:
Could we please get some updates to this repository? Or just some acknowledgement that it is abandoned. |
I'm having the same issue, just spent hours checking and rechecking everything to try and work out why it wasn't working on iOS, at least now I know I had it set up correctly and this was the problem! |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #160 for more information. |
I'm using command line build IPA file "cordova build ios --device" and I can't open app by link in email.
However if I using xcode and build directly on my Iphone it's working.
Can anyone know how to make it work with command line build ?
The text was updated successfully, but these errors were encountered: