> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phantom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Limitations

> Known platform limitations for Phantom deeplinks including Android's 500KB and iOS's 1MB data limits.

## Android

Android has a 500kb transaction limit when passing data between services and apps. The requesting app may crash with a `TransactionTooLarge` exception when requesting a string over 500kb (over 31k characters). This tends to happen with significantly large intents.

## iOS

iOS is not known to have a 500kb transaction limit and allows [transmissions up to 1 MB](https://github.com/zoul/ios-url-scheme-length-limit/blob/master/Transmitter/ViewController.swift).
