I want to use “Custom URL Scheme” to transfer data from application to other application in iPhone.
Can I ask: How big data can we transfer from app to app?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple URL Scheme Usage: yourSchemeName://stringurl………
Apple application need use
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)urlto handle url data. So I think your question may be equal to the maximum length of a URL.Safari (Browser)
At least 80,000 characters will work. I stopped testing after 80,000 characters.
http://www.boutell.com/newfaq/misc/urllength.html