0

I have my png AppIcon:

enter image description here

When I put this image in Assets.xcassets I see on my device an icon with a black background. I have seen some posts about this:

Example: iOS app icon with transparent background showing black background on device

I have only this image, I can modify this to remove the black background?

Community
  • 1
  • 1
Carlo
  • 813
  • 1
  • 15
  • 34

1 Answers1

4

Remove transparency from image. App icons should be fully opaque.

Kubba
  • 3,390
  • 19
  • 34