> For the complete documentation index, see [llms.txt](https://make-money.gitbook.io/integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://make-money.gitbook.io/integration/platform/ios.md).

# iOS

If you are looking to integrate MM Wall into your iOS app, we recommend you open the offerwall in Safari.

## **If IDFA is Available**

#### URL

```
https://wall.make-money.top/?p={publisher_id}&u={user_id}&a={idfa}
```

Please replace `{publisher_id}` with the Publisher ID that was provided to you by the MM Wall Team. Please replace `{user_id}` with a unique id for your current app user. To boost your revenue through better conversion tracking quality, please replace `{idfa}` with the Apple Identifier for Advertisers (IDFA) of your user.

## **If IDFA is Unavailable**

#### URL

```
https://wall.make-money.top/?p={publisher_id}&u={user_id}
```

Please replace `{publisher_id}` with the Publisher ID that was provided to you by the MM Wall Team. Please replace `{user_id}` with a unique id for your current app user.

## Optional: SubID

In case, you need to track a SubID, you can append it as follows:

```
&s={subid}
```
