Reputation: 1048
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:
Update
I meanwhile updated the development environment:
Upvotes: 4
Views: 470
Reputation: 1048
It was probably an issue with my environment/visual studio as it also occured with a new project.
I switch a few times between deploying different apps in release and debug mode and now it is working with the same code as before.
Seems like a chased a phantom for to many hours.
Upvotes: 3