> For the complete documentation index, see [llms.txt](https://docs.getupdraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getupdraft.com/ios/what-does-app-could-not-be-installed-at-this-time-mean.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getupdraft.com/ios/what-does-app-could-not-be-installed-at-this-time-mean.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
