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

  • SEARCH
  • Home
  • 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 3231400
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:02:27+00:00 2026-05-17T17:02:27+00:00

I have an app which displays 10 images and each image is associated with

  • 0

I have an app which displays 10 images and each image is associated with a button and a URL link. I would like to release this app, but be able to update the images and links via the web without needing to do an update to the app.

I know that I can pull images from the web like so:

NSURL *url = [NSURL URLWithString: @"http://example.com/image.png"];
 NSData *data = [NSData dataWithContentsOfURL: url];
 UIImage *image = [UIImage imageWithData: data];
 UIImageView *imageView = [[UIImageView alloc] initWithImage: image];

I assume that it is also possible to pull a plist from the web as well?

What about a .xib and .h/.m files? Could I have my app check a certain URL for new .xib/.h/.m files each time it runs, and when I upload these files to that URL in two weeks time, people who run the app will have it load the new files?

So instead of loading a class/xib from my resources like this:

UIViewController *nextController = [[ClassName alloc] initWithNibName:@"ClassName" bundle:nil];

I would somehow replace the ClassName with new data pulled from the web?

I have seen apps that pull in new data (granted it’s usually simple images/text – such as the occasional “news” updates in Doodle Jump) from the web without requiring users to download an update for the app. Any help with the first steps towards making this happen would be greatly appreciated… Thanks!

  • 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-17T17:02:28+00:00Added an answer on May 17, 2026 at 5:02 pm

    Store all of your starting material that’s bundled in your app inside the resource folder. On first load, programatically copy all of that material to the bundle Library path. Your app should then only deal with the data inside the library directory. When your app first connects to the web, you can save any new data to the user’s library path and overwrite the old stuff.

    It’s impossible to write to the app bundle directory after it’s been compiled, because that breaks Apple’s signature.

    This is just a high level suggestion, obviously. Without knowing exactly what you want to do it’s hard to give a detailed answer. But yes, downloading and storing data is permitted, just not inside the app bundle. You cannot send it new .h/.m files or xibs, unfortunately.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed the ipad app which displays images and other product details from
I have a Facebook app with which I'd like to display an image in
I have an app which loads a boatload of images and displays them in
I have a Flash web app which displays user submitted PNG files. Files are
In my Flask app, I have a view which displays a post @post_blueprint.route('/post/<int:year>/<int:month>/<title>') def
I have an app which contain some images in res/drawable/ and shows them in
I have an app which requires downloading image asynchronously in base64 encoded string(server is
I have an activity in my app which displays rss feeds and next to
I have this tableview in my app which has a particular item name such
I have an app which downloads images from a server, stores them on the

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.