e-imaxina / cordova-plugin-deeplinks

Cordova plugin to support Universal/Deep Links for iOS/Android.
MIT License
33 stars 68 forks source link

Entitlements are being lost when new entitlement file is generated #15

Open kpfecteau opened 5 years ago

kpfecteau commented 5 years ago

Hello, currently this plugin creates a new app-name.entitlements instead of using the plugin.xml to set the correct entitlements.

https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#config-file

Is there any chance this can get updated? The current setup does not work correctly when apps add debug|release entitlements. Specifically this plugin is removing the push entitlement that is added by

Also, I think I found another fork that implemented this change which can probably be pulled into here, as this seems like the most active fork: https://github.com/chancezeus/cordova-universal-links-plugin/commit/9e313aa63d13fbdc91c3a10d17f006f5367dcf90

antikalk commented 4 years ago

I am currently running into the same issue...