# iOSPlatformIconKind

> Contains all iOS PlatformIconKind supported by Unity.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.iOS](/engine/6000.7/script-reference/unityeditor/ios.md)
* **Assembly:** UnityEditor.Apple.Extensions.Common

```csharp
public class iOSPlatformIconKind
```

## Remarks

More detailed information on iOS icons can be found in the [iOS icon design guidelines](https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/).

## Static Fields

| Value                                                                                               | Description                                                                   |
| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Application](/engine/6000.7/script-reference/unityeditor/ios/iosplatformiconkind/application.md)   | This is the icon displayed on the iOS home screen.                            |
| [Marketing](/engine/6000.7/script-reference/unityeditor/ios/iosplatformiconkind/marketing.md)       | This is the icon displayed on the app's App Store page.                       |
| [Notification](/engine/6000.7/script-reference/unityeditor/ios/iosplatformiconkind/notification.md) | This is the icon displayed in notifications sent by the app.                  |
| [Settings](/engine/6000.7/script-reference/unityeditor/ios/iosplatformiconkind/settings.md)         | This is the icon displayed in settings if the app contains a settings bundle. |
| [Spotlight](/engine/6000.7/script-reference/unityeditor/ios/iosplatformiconkind/spotlight.md)       | This is the icon displayed in Spotlight search results.                       |
