NSURL max length?
I need to pass text string up to 20Kb (one NSURLQueryItem value) from one iOS app to another using schemes. I was able to pass not such long URL between the apps. What is max NSURL length supported? Does it depend on iOS version? Is there any better approach to send text long string? NSURL can easily handle 20Kb. The implementation limitation is around 2Gb ( INT_MAX ) for the URL string. The limitations you'll run into first with large URLs are memory and time. You'll run out of memory for the allocations at some point (For 32-bit executables, the limitation is a little over 1.1GB when your