I have a Xamarin.Forms application that builds to Android, iOS, and UWP. On iOS the App Name shows up as just "AppName" under the icon. On UWP, however, the app name is "AppName.UWP".
How do I remove the .UWP in my app name?
I have tried editing the Assembly name, the namespace, etc, and none of it seems to be working.