Changing the application name

Hi, sorry for the dumb question. I started to develop an application for nextcloud, I have already uploaded the git repo and got my certificates, but i want to change the application name. Am I supposed to just change the info.xml file or should I create a new repo and certificate ?

Thanks for the help.

I think name can be changed freely, as long as id is left alone:

https://nextcloudappstore.readthedocs.io/en/latest/developer.html#info-xml

There probably isn’t much downside to trying and seeing what happens. :wink:

That said: You never know what oddities or annoyances this might trigger later even if it works now. Why not take advantage of the fact that your app is fairly new and go ahead and do it all cleanly now with a full renaming across the board (i.e. including the id)?

Good luck.