Is alternative icon available for watchOS? - ios

Since iOS 10.3, developers can set alternative icons which is very nice.
Is it supported in the companion watchOS app?
My app was recently rejected due to this.
Specifically, we noticed that for the user selected alternative icon themes no alternative Apple Watch icons matching the iPhone icon theme were submitted.

watchOS does not support alternate icon, as of watchOS 4.0 beta.
I ended up answering Apple Review team, the app is intended to not provide alternate icons in Watch App.

From Apple's Human Interface Guidelines, you should provide all kinds of sizes for your alternate icon.
In your case, you should provide the icon of watchOS app's size.
Like your primary app icon, each alternate app icon is delivered as a collection of related images that vary in size. When the user chooses an alternate icon, the appropriate sizes of that icon replace your primary app icon on the Home screen, in Spotlight, and elsewhere in the system. To ensure that alternate icons appear consistently throughout the system—the user shouldn't see one version of your icon on the Home screen and a completely different version in Settings, for example—provide them in the same sizes you provide for your primary app icon (with the exception of the large App Store icon). See App Icon Sizes.
How to:
the value of CFBundleIconFiles in info.plist is an array. You should fill it with the names of icon files:
no #2x #3x suffix
no force rules about file naming, app will automatically pick the right solution for the sense it needs.
no care about order

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.

APP icons in iOS application | Artwork image

I'm working on iOS application (iPhone, iPad) and little confused about the app icon stuff. I'm using XCAssets and my app supports version>=8.3. So,the image below shows what I've selected from XCAssets and I've placed all these images.
I've looked into multiple links on Google and SO but getting confused e.g this link App icons iOS.
App icon for iTunes Connect. The above mentioned link states that we need to add Artwork icon for iTunes (1024x1024), but i don't know where to add that. I've checked this answer, but probably it's outdated now as i can't see any such options on iTunes Connect
What are "CarPlay" icons for?
What is "iOS icon is pre-rendered"
Please answer the above mentioned points. Any help in this regard is highly appreciated. Thanks
.
In addition to Wottle's answer,
Answer to the artwork icon point: We have to add app icon on itunes connect. For that you need to go into your app and have to update it in AppVersion/AppIcon as shown in figure attached. then click on "Save".
Ofcourse, this method will change with time (As apple makes update in itunes UI often). Right now, it's the way to do it.
The Artwork icon will be sent to Apple on the iTunes Connect site when you enter your application metadata for a release of your app. You do not put it in the XCAssets.
CarPlay icons are if your app supports CarPlay, Apple's iOS interface for car infotainment systems. Not needed if you app doesn't support CarPlay.
"iOS icon is pre-rendered" is a setting that will determine whther iOS addes a glare to the icon in iOS 6 and before. It should have no effect on apps installed and run on iOS 7 or later.

Is there a way I can get icon for the native Photos app?

I need to build a tutorial page for my extension and I want to prepend icons to the labels (Share Button icon and Photos app icon). I have found a way to add Share Button icon but I don't know how I can add the Photos app icon using iOS APIs.
To find all the template icons from Apple go to this site. The camera icon is included in this list.
BUT!
Don't use Apple app icons, images, or screenshots in your designs. Apple designs are copyrighted and can’t appear in your UI unless they are provided by the system.
Reference.

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.

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