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 1111071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:29:26+00:00 2026-05-17T02:29:26+00:00

My application is somehowe a library, represented by a UITableView, each row displays three

  • 0

My application is somehowe a library, represented by a UITableView, each row displays three book icons, pressing on any icon would cause the app to navigate to a scrollview that scrolls between the book pages.
Each book is represented in the resources directory by two things :

1- a .plist file, eg : Book1.plist

2- a folder containing images ( each one corresponds to a book page )

I want to allow the user to buy new books, so if he wants to buy a certain book, what happens is that the new book’s “plist file” & “images folder” are downloaded to the application, and then the book is automatically displayed in the UITableView (I have done this last part, which is : adding a new plist file to the app would update the UITableView with a new book icon).

SO how can this downloading thing be achieved ?
I think that the user, when clicking on the “download new book” button, should navigate to apple store webpage which contains the books that should be downloaded right ?
Then buying a book would directly download the “plist file” & “images folder” to the application, but how can this be done ?

Please can anyone offer a detailed help, and thanks in advance

  • 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-17T02:29:26+00:00Added an answer on May 17, 2026 at 2:29 am

    You probably want In-App purchase, with a few caveats:

    • In-App purchase is entirely in-app. There is no “apple store webpage” (do you mean “App Store”?); you do the UI yourself, and then ask StoreKit to authorize the transaction
    • The App Store does not store extra content for you. Either you bundle the books with the app (i.e. the “purchase” unlocks content that has already been downloaded), or you use your own server (or Google App Engine, Amazon EC2/S3/CloudFrount/whatever) to serve the content.

    EDIT:

    • The only way to add bundled books is to release an update. This generally involves a 1-2 week delay and is prohibitive if your books are big.
    • It’s entirely trivial to rename .ipa to .zip and unzip to get the resources (the binary is encrypted but the resources aren’t), so you might want to add encryption (encryption for DRM-like purposes doesn’t require CCATS classificaton/exception/whatever).
    • Writing a webserver is out of the scope of this answer. An easy way is to just stick static content in a hidden directory on a server somewhere; the “proper” way is to have the app send the App Store transaction receipt to the server, verify it on the server, and deliver the content only if verification passes. I’m not sure if there’s open-source code or a proprietary service which lets you do this without writing your own code.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use cURL library in my android application in native code
I am writing .NET3.5, WPF application using Composite Application Library. Application is divided into
Each time I build a Catalyst application I come to a point where the
I have a python application which uses a compiled shared library. This library for
I use a C++ library in my application which connects to the network (I
We have an ASP.NET 2.0 application that uses Enterprise Library Data Access Application Block
Greetings all, I have a static library which I later link with my application.
I have an application with multiple controllers, and I'd like to have each log
I'm developing a Flex 2 application, and I noticed that part of the library
Ok so I made a linux application with the help of Poco library. I

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.