When creating an app, be sure to adhere to the interface of the operating system itself and its accepted norms. In other words, you must be authentic and conform to the standards of the platform and its app store.
Both iOS and Android have developed a specific set of rules regarding templates, style, layouts, etc. You can find Android design guidelines
here, and iOS design guidelines
here. Below, we’ve compiled a summary of the main differences between these stores:
Google Play Store (Android)- Resolution: 512px × 512px
- Format: 32-bit PNG
- Colors: sRGB
- Shape: square — Google Play will automatically round the corners (20% of the icon size) and add shadows
App Store (iOS)- Resolution:
- - iPhone: 180px × 180px (60pt × 60pt @ 3x), 120px × 120px (60pt × 60pt @ 2x).
- - iPad Pro: 167px × 167px (83,5pt × 83,5pt @ 2x).
- - iPad, iPad mini: 152px × 152px (76pt × 76pt @ 2x).
- - App Store: 1024px × 1024px (1024pt × 1024pt @ 1x).
- Format: PNG
- Colors: sRGB or P3
- Shape: square — no rounding or shadows
There are also non-technical differences — for example,
Google Play does not recommend using elements denoting a rating, while the App Store does not recommend using weapons, so do a good job of studying the rules of the stores where you are going to publish an app or game.
Different rules do not mean that you necessarily need to design different icons for each OS. Creating a uniform design and tweaking it can save time, money, and effort.