| Daniel Passos yes exactly, if using file="app/src/main/AndroidManifest.xml" it works, but it doesn't work when using file="AndroidManifest.xml", notice the different in the file path. The reason why I think is a bug is because cordova in his main documentation [1] it suggests (using examples) to use file="AndroidManifest.xml". And I can already imagine that a developer who wants to add some custom changes to the AndroidManifest.xml will follow the cordova official documentation and without even notice it push notifications will stop works 1. https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config |