# My mobile landing does not show

## Resolve Conflicts with Other Screens

Your application may display a full-screen element — such as a splash screen or an interstitial ad — at launch. These elements can prevent Batch from displaying the Mobile Landing properly.

{% hint style="info" %}
If the Mobile Landing appears when the application is in the background, but not after a cold start (killed state), the issue is likely caused by one of these screen conflicts.
{% endhint %}

**Solution: Use Do Not Disturb Mode**

Do Not Disturb (DnD) mode allows you to delay the display of Mobile Landings until the application is ready. This gives you control over when Batch displays the message, without switching to fully manual mode.

Refer to the DnD implementation guides for each platform : [iOS](https://doc.batch.com/developer/sdk/ios/mobile-landings#controlling-the-display-using-do-not-disturb-mode) / [Android](https://doc.batch.com/developer/sdk/android/mobile-landings#controlling-the-display-using-do-not-disturb-mode) / [Flutter](https://doc.batch.com/developer/sdk/flutter/messaging#controlling-the-display-using-do-not-disturb-mode) / [React Native](https://doc.batch.com/developer/sdk/react-native/messaging#controlling-the-display-using-do-not-disturb-mode) / [Cordova](https://doc.batch.com/developer/sdk/cordova/messaging#controlling-the-display-using-do-not-disturb-mode).

## Fix Issues in Manual Mode

If you use the Manual Integration, verify that your implementation follows the [integration guide](https://doc.batch.com/developer/sdk/ios/advanced/manual-integration).

On **iOS**, you must implement the `UNUserNotificationCenterDelegate`. Make sure you call the Batch handler in the appropriate delegate method.


---

# 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://doc.batch.com/developer/troubleshooting/my-mobile-landing-does-not-show.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.
