Different icons for App Icon and App store - ios

let me summarise the issue, I have one app in a flutter, and I need different logos for the app on iPhone and on app store IOS.
so, is it possible to set the app icon and app store icon differently for IOS?

you can release one time your application with android icons.
and next time release your application with ios icons.
this path you can go there and change logos:
/android/app/src/main/res

Related

Are you required to provide every icon size to release your app to the app store? iOS

If you specify that an app is not universal (just for iPad or iPhone), do you still need to provide icons for both devices?
According to Apple’s iOS Human Interface Guidelines, every app must provide an icon to be displayed on a device’s Homescreen and in the App Store. An app should specify several different icons of different dimensions to suit different screen sizes and different situations.
You can save valuable time by using Makeappicon.com to generate app icons of all dimensions you need for submitting your apps to Apple in one click, no matter it’s built for iOS 7, iOS 8 and iOS 9, and focus on coding and improving your apps.

WatchOS: which icon is used in the MyWatch App

I'm currently building a WatchOS2 app.
Everything works fine, except that when my app is listed in the MyWatch app on my iPhone, it is displayed without the icon.
I googled a lot, but haven't found any hints on the required icon (size, name, location, ...), or hints on which icon will be used from the MyWatch app.
Thanks for any hints on this.
Use this website for generating app icons for all platforms:-
http://makeappicon.com
Upload a 1024*1024 pixel app icon and this website will take care of the rest
Make sure that you are putting your icons ".png" files into the asset catalog in the main watch app folder, not the app "extension" folder. Next, note that the files under "Apple Watch Companion Settings" will be the ones that show up in the Apple Watch app on the paired iOS device. The sizes should be 58px for the 2x and 87px for the 3x. To get the files in the proper location, all you need to do is drag and drop them into your "Assets.xcassets" folder for the Apple Watch app.
As far as getting it to show up on the iOS simulator, I cannot get it to show up either. When I run the same apps on the actual watch and phone though, the icons show up just fine inside of the Apple Watch app on my iPhone.
For more information on Apple Watch icons, check out the human interface guidlines.

App icon is not displaying in Apple Watch App

I am developing my first iWatch App, i added icons for watch app in Image Assets folder of Application.But when i install app in iWatch, then App icon not displaying.
Please find image , which showing app without Icon.
You have to put the correct icons with the correct size not in the iOS App Xcassests but in the WatchApp Xcassetes.

AppStore Different App Icon and Name

I was wondering, how can i have a specific app icon on the AppStore and have a different App Icon once the app has been downloaded?
For example, if you look for "Spy Calc" in the AppStore it has the icon of a calculator and a spy, although, once you download it, you only see the icon with a calculator.
How are they doing this?
The app icon (that appear in your iphone installation) is stored inside your assets catalog and the icon in the App Store is saved in itunesConnect. Maybe you forgot update in itunesconnect your app icon (i made this mistake once)

Remove Icon Gloss in itunesconnect for App Store (not in app)

Since the 1024x1024 pixel update in iTunesconnect we've been trying to remove the icon gloss from the App Store icon.
Our app icon looks fine on iPhone or iPad (prerendered icon flag is OK), but the icon we upload to itunesconnect gets the gloss added. This is what we mean:
http://dl.dropbox.com/u/1734172/gluddle-itc.png
We already experienced this with our lite version: the icons on iOS look fine, but there does not seem to be a way to disable gloss for the App Store icons.
Does anyone have an idea how to disable gloss for the App Store as well or is this changed in the App Store update?
[we used the search, but haven't found an answer to this question]
The App Store icon is styled according to your application info.plist. Apple use the 'gloss' effect by default in iTunes Connect because your binary hasn't been upload and processed yet. Once your app goes live you icon should be displayed correctly (according to your info.plist). If you still have issues your only course of action is to raise it as a bug with Apple.
https://developer.apple.com/bugreporter/
After adding a new version of my app (with 1024 high res icon) it was also adding the gloss effect in iTunes Connect, it stayed there till I released it. It's showing fine in the AppStore and on iPhone and iPad.

Resources