# Page Not Found

The URL `mobile/tips-1/itms-services:` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Tips](https://www.doruby.com/mobile/tips-1.md)
- [智能的 App Banner - Smart App Banners](https://www.doruby.com/mobile/tips-1/zhi-neng-de-app-banner-smart-app-banners.md)
- [Xcode 自动生成 Objective C SDK 文档](https://www.doruby.com/mobile/tips-1/xcode-zi-dong-sheng-cheng-objectivecsdk-wen-dang.md)
- [点阴影区关闭 Modal View Controller](https://www.doruby.com/mobile/tips-1/dian-yin-ying-qu-guan-bi-modal-view-controller.md)
- [无线分发应用--通过 Safari 安装 App](https://www.doruby.com/mobile/tips-1/wu-xian-fen-fa-ying-yong-tong-guo-safari-an-zhuang-app.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://www.doruby.com/mobile/tips-1.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.

### Option 2 — Browse the documentation index

Full index: https://www.doruby.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://www.doruby.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/mobile/tips-1.md`).

You may also use `Accept: text/markdown` header for content negotiation.
