eugstman
eugstman

Reputation: 1048

Xamarin Forms iOS wrong Task icon

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.

Task View

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:

The result is still the same: Task View with Favorite Bar AppIcon

Upvotes: 4

Views: 470

Answers (1)

eugstman
eugstman

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

Related Questions