I need a way to transfer a ton of information (1-10kb) from email in the Mail app to my iPhone app.
I thought that I could create my own URL in the body of the letter, which, when clicked, will transmit information through a special URL handler to my application.
However, this is a lot of data. Can I pass a lot of data in a custom URL handler? for example MyApp: // load var1 = [lotsofdata] & var2 = [lotsofdata]
Or is there a better way to transfer information from the Mail application to my application?
Zain
source share