Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 481 Bytes

limitations.md

File metadata and controls

9 lines (5 loc) · 481 Bytes

Limitations

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 >500kb (over 31k characters). This tends to happen with significantly large intents.

iOS

iOS is not known to have a 500kb transaction and allows transmissions up to 1 MB.