Will my application be rejected if the icon has rounded corners?

The guides indicate that I should provide an image with 90 ° angles (it’s important not to crop the corners of your iOS icon does this for you when it applies the corner mask) "

I see many applications that do not obey this recommendation. How likely is Apple to reject my application based on rounded corners of the application?

app icon with rounded corners

+6
source share
1 answer

I have done this before and have not been rejected. Just make sure your icon corners match the corners used by iOS correctly. (it may look rather strange if they didn’t) As long as the fact that you manually set the angles is not obvious to the user, you should be fine.

+5
source

Source: https://habr.com/ru/post/917719/


All Articles