Carlo
Carlo

Reputation: 835

How to remove black screen on AppIcon - IOS

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?

Upvotes: 0

Views: 1394

Answers (1)

Kubba
Kubba

Reputation: 3438

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

Upvotes: 4

Related Questions