I have came across the following issue and I am not sure how to get around it:
I am passing html content to an iOS app via the xcrun simctl openurl command.
Command looks like the following:
xcrun simctl openurl <Simulator Id> 'MyAppName://content=<Large base64 encoded html string>'
When I parse the string in the app it has already being truncated, it seems to be happening when xcrun passes the 'MyAppName://content=<Large base64 encoded html string>
to the App.
Is there a configuration that I can update to allow larger strings to be passed as part of the openurl command in simctl?