I want to put my android application on server and i used .apk file for that.
But our admin wants a plist file as of in iphone.
I dono what is plist in android and how to generate it.
Please help.
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.
.plist files are the Mac version of preference files. Similar to .ini files on Windows. They contain the preferences for a particular program. For example the bookmarks.plist would contain your bookmarks.
Android applications usually(but not stricted to) store their preferences in the xml file with name, defined by developers. Tell your admins that the file is not necessary for an android application.