-
Notifications
You must be signed in to change notification settings - Fork 221
too many data lines in AndroidManifest / prefix ignored #165
Comments
tip for anyone who happens to have the same problem with prefixes not being recognized because of this bug, remove the plugin and add it again with a update:
good luck |
Thanks heidji. In additional, you will need to ensure you have the following namespace in your config.xml |
When removing the plugin some remains of the prefixes were still on the android.json file. Search for ion-deeplinks and make sure to remove them before adding the plugin and the intents in the config.xml |
it seems that it doesn't matter what i do, the intent-filter always gets 5 lines, the first being the one configured during the setup (doesn't seem to be editable 💃) and 4 others with empty host and scheme but with a "/" as prefix.
this renders the prefix part globally unusable because having one data line within the same intent with prefix "/" overwrites all other prefix settings. it BLEEDS into the other data lines, which means the universal link always gets triggered regardless of the prefix configured, just because there are other data lines with a lower level "/" set in them..
The text was updated successfully, but these errors were encountered: