I am having two applications.I have having a xml file in one of those applications.How can i access the same xml file in other application using shareduserID??
Thanks
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.
I assume you mean that your XML file is in the
filesfolder of your app.Assign the same sharedUserId in the manifest of both applications.
This will allow you to access private files of your other application. The one thing that is not documented and had me struggling for a while is that the sharedUserId MUST have dots in it (e.g. aaa.bbb or aaa.bbb.ccc or…)