Visual Studio run does not create app object after it was deleted
I wanted to change the icon and the name(s) of my app and basically start as "new app" on the PBX. Therefore I decided to uninstall the app from the App store. After that, I also remove the App object in the PBX (since this name would/should best correspond with the new name).
However, when I run the project again from Visual Studio, the app is deployed again and visible in the AP manager, but, the PBX App object is not created again, and can thus not be assigned to a user/opened/used.
How can I force creation of the PBX App object, or, why isn't this created again when it is removed?