# Artwork for iOS app

### What artwork will I need to publish my iOS app?

When submitting your iOS app to the Apple App Store, you must provide app screenshots and previews that showcase your app’s interface and functionality. These assets help users understand how your app looks and works before they download it.

{% hint style="warning" %}
Supported File Formats

* Screenshots: Must be in JPG or PNG format and use the RGB color space.
* App Previews (Videos): Must be in M4V, MP4, or MOV format and must not exceed 500 MB.
  {% endhint %}

#### **Required & Optional Screenshots**

Apple requires screenshots for different iPhone and iPad screen sizes. The mandatory requirements depend on your app’s device compatibility:

iPhone Screenshots

* iPhone 6.7" display *(*&#x4E;ot mandatory)
* iPhone 6.5" display (Mandatory)
* iPhone 5.5" display (Mandatory)

iPad Screenshots (Only required if your app supports iPads)

* iPad Pro (3rd Gen) 12.9" display (Optional)
* iPad Pro (2nd Gen) 12.9" display (Optional)

#### **Additional Tips for Submitting Artwork**

* Ensure the screenshots clearly display key features of your app.
* If your app has multiple screens, highlight different functionalities in the screenshots.
* If adding app preview videos, make sure they accurately represent real app usage and comply with Apple’s guidelines.

By following these guidelines, you can effectively present your app on the Apple App Store and ensure a smooth app submission process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmysite.com/frequently-asked-questions/publishing-and-distribution/artwork-for-ios-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
