> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-unity-sdk-initialization-split.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Are Deeplinks Not Copied from Android to iOS Push Notifications?

> Deeplinks aren't copied from Android to iOS push by design since platforms use different URL schemes. Set iOS deeplinks separately in MoEngage.

## Problem

Deeplinks are not copied from Android to iOS push notifications.

<img src="https://mintcdn.com/moengage-unity-sdk-initialization-split/q4471uD7Q8MmKctf/images/moengage_3c22ac.png?fit=max&auto=format&n=q4471uD7Q8MmKctf&q=85&s=37092bc28ba3fded7552da5f357e6c22" width="1600" height="623" data-path="images/moengage_3c22ac.png" />

## Solution

* The Android platform requires a deeplink value, whereas it is optional for iOS.
* Therefore, clicking **Copy from Android** under **Copy content** ensures that all data except the deeplink value is transferred.
  <img src="https://mintcdn.com/moengage-unity-sdk-initialization-split/iLc38Cclwkvn6zmu/images/moengage_561d88.png?fit=max&auto=format&n=iLc38Cclwkvn6zmu&q=85&s=a6d7524f7fd47b068050e9715af7032b" width="1600" height="695" data-path="images/moengage_561d88.png" />
* You can remove the**Copy from Android** option or choose a suitable deeplink value for the iOS platform.

### Expected Behaviour

* The product's normal behavior is that deeplinks are not copied from Android to iOS push notifications.
* This occurs because not all users utilize the same deeplinks for both Android and iOS platforms. Thus, exclude the copying of deeplinks.
* If a user forgets to check the iOS deeplink in the copy mode, an error occurs during validation when attempting to proceed to the next step.
