# What does "App could not be installed at this time" mean?

This is a broad error description and can occur for various reasons. We recommend you verify the following things:

* The app is signed with a valid *Ad Hoc* or *Enterprise* certificate
* If you are using an *Ad Hoc* certificate, the device UDID is registered for the provisioning profile that was used
* The deployment target (minimum required iOS version) is not higher than the iOS version on the device
* The app is configured to run on this device family (iPad OS apps may not run on iPhone)
* There is enough free space on the device to install the app

Try these steps until you find the source of the error. It can also help to remove all currently installed versions of the app and reattempt the installation.

If you are still having trouble getting the app to work, feel free to [contact us](https://docs.getupdraft.com/contact) and we'll do our best to help you out.


---

# 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.getupdraft.com/ios/what-does-app-could-not-be-installed-at-this-time-mean.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.
