The application icon in release mode is like the picture.
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?
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.
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.