UIAlertController showing App Icon with not available symbol

We are developing an cross platform Enterprise grade application in MAUI. Net for our Organization and while displaying alerts using UIAlertController, alerts are displayed along with App Icon with not available symbol on top of it in MacOS.

We are generating the iPadOS apps and generating M1 Mac packages using productbuild command and deploying them to mac books.

Under Show Package content I can see the app file is having this image and by default it showing this icon.

  1. Is there any possibility to generate packages without this icon?
  2. In UIAlertController is there any possibility to hide the app icon as it coming by default without mentioning to display the icon

I am looking for removing the not available symbol on top of our logo or is there any possibility to hide the app icon from UIAlertcontroller as I m not seeing any options to remove this.

Thanks Ranga