I am working with Xamarin.Forms in Visual Studio For Mac and I have created a very basic Xamarin.Forms application.
I have checked Android and iOS targets. I got 3 p
The problem is that you are changing the assembly name of your application, not the name.
If you want to change the application name in Xamarin.Forms Android you have two options:
MainActivity and change the Label property:Label of the MainActivity and add the name in the Manifest.xml via UI or code:
On iOS you must change it in Info.plist.