I think a have a really simple problem but I am not quite sure if I am doing something wrong or if this is a Xamarin issue.
I have an iOS Xamarin Forms project where I am unable to set the "task" icon which is shown in the "tasks" view when pressing twice the home button.
It shows always the xamarin icon. For all the other icons like launch icon the correct icon is shown. I don't find any xamarin icon in my project. I have all the icons in Assets.xcassets for App Icon set.
Which icon should should change the "task" icon. Is this set at a different place? What is the name for this icon?
Any help is appreciated.
Used Environment:
- Visual Studio for Mac 8.5.6
- Xamarin.iOS 13.16.0.13
- Deployment Target iOS 13
- Xamarin.Forms 4.6.8
Update
I meanwhile updated the development environment:
- Visual Studio for Mac 8.6
- Xamarin.iOS 13.18


