I am working with an iOS mobile app written in Xamarin forms and distributed ad-hoc through Visual Studio App Center. My problem is that when an end user receives an email with the installation link, the app icon is extremely pixelated. The image used in the email is the 40x40 pixel version intended for notifications/iPad spotlight. I have tried to replace all the images in the project with new versions and made sure that all required icons were provided. However, it always uses the same image in the email.
How can I change the image that App Center uses as the project image?