Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7624971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:07:49+00:00 2026-05-31T05:07:49+00:00

I have a simple (I think) question : I got an iPhone. He create

  • 0

I have a simple (I think) question :

I got an iPhone. He create a plist file and he save it. I want to upload this file on a server.

Then, with 3 others iPhone, I will download this plist file and decrypt the informations.

My question is : How can I upload this plist file into a server !!
I don’t have any FTP server or others … Can I use instead Dropbox by exemple ?
Or is an other way to communicate between iPhone (private – not for AppStore) ?

Thanks very much for your answers !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:07:49+00:00Added an answer on May 31, 2026 at 5:07 am

    Yes, you can use Dropbox API to upload a plist on the Dropbox user’s folder.

    Check first this link to setup your project

    You can use these snippets (from this page):

    NSString *localPath = [[NSBundle mainBundle] pathForResource:@"Info" ofType:@"plist"];
    NSString *filename = @"Info.plist";
    NSString *destDir = @"/";
    [[self restClient] uploadFile:filename toPath:destDir
                       withParentRev:nil fromPath:localPath];
    

    then implement the callbacks

    - (void)restClient:(DBRestClient*)client uploadedFile:(NSString*)destPath
        from:(NSString*)srcPath metadata:(DBMetadata*)metadata {
    
        NSLog(@"File uploaded successfully to path: %@", metadata.path);
    }
    
    - (void)restClient:(DBRestClient*)client uploadFileFailedWithError:(NSError*)error {
        NSLog(@"File upload failed with error - %@", error);
    }
    

    EDIT:
    (if you want, you can load the plist from the Documents folder of your app. remember that the mainBundle is read-only so you can’t modify the plist that resides in the main bundle, you can only read it)..like this:

    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask, YES); 
    NSString *plistFilePath = [[paths objectAtIndex:0]stringByAppendingPathComponent:@"info.plist"];
    NSDictionary *plistFile = [[NSMutableDictionary alloc] initWithContentsOfFile:plistFilePath];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think this should be a simple question to answer. I have the next
I am learning LINQ and have a very simple question that I think will
I have -- what I think -- is a simple question. Here's my code:
Simple question, I think. I have org.springframework.scheduling.quartz.CronTriggerBean triggering one job once a day. Because
I think this must be simple but I can't get it right... I have
I have tried to ask a variant of this question before. I got some
I think this should be simple. Say I've got the following jQuery: $someForm.live('submit', function(event)
I think the question says most of it. I have an autogenerated ManualSpecRunner.html file
This is a rather simple question, and I think it breaks down to whether
I have what I think should be a fairly simple mapping issue, but not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.