3

In my app in the Assets I have an icon which is displayed on the notification banner when a push notification is arriving. It is marked as iPhone Notification iOS 7-15 20 pt. So the problem is simple: on iOS 15 this icon is not shown. The spotlight app icon is shown instead. On all the older versions everything is ok and the needed icon is shown. So how do I fix it?

Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161

1 Answers1

1

So this is how I resolved the issue. It's a very dirty hack of course, I'm far from stating it is even slightly good but I had no other choice. As the spotlight icon was shown on the notification banner I just put the needed image in place of the spotlight icon. I searched all over the system and failed to find any place where this spotlight icon is shown else. As far as I can see now it is shown only on the notification banner))) so, it is stupid and ugly but I failed to come up with anything else

Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
  • I don't understand this. it doesn't make sense. Is this a bug? Or is it intentional? Anyway It helped. – oddK May 12 '22 at 10:10