iOS Question icon problem

Sezgin Berber

Member
Licensed User
The application icon in release mode is like the picture.

1601029672282.png


But when I take it to the background, the standard icon appears. And when the notification comes, the standard icon appears. How can I solve this problem?

1601029713044.png
 

Semen Matusovskiy

Well-Known Member
Licensed User
App icon is a set of independent png files. 11 for iPhone, 13 for iPad.
B4i allows to put icon-store-1024.png (1024px * 1024 px) into Files\Special subfolder and it automatically creates another sizes. The results are visible in subfolder Objects\src\Images.xcassets\AppIcon.appiconset.

Can you attach your icon-store-1024.png ?
 
Upvote 0

Sezgin Berber

Member
Licensed User
The image of icon-store-1024.png is in Files \ Special. I placed the release app before I released it. However, the problem persists. By the way, the picture is not transparent.
 

Attachments

  • icon-store-1024.png
    icon-store-1024.png
    144.5 KB · Views: 145
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
I created a new project, saved your icon and ran on iPhone 6s (IOS 14). Looks as expected. Guess the same will be on your iPhone.

Do you use something exotic, such as setAlternateIconName ?
 
Upvote 0
Top