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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:15:23+00:00 2026-05-13T01:15:23+00:00

This question is a little different from the others I’ve found here. My In

  • 0

This question is a little different from the others I’ve found here. My In App StoreKit is working, I can list products in my store successfully. I’ve gone through the Apple documentation and never saw my question addressed(I may have missed it).

My client(non-profit) would like to be able to accept donations through their App. I would like to let them have the ability to add new donation events on the fly without users having to update their app. What I mean is, they may have a special “Help us sponsor an event this upcoming Arbor Day” and accept donations particular to that case.

I am currently reading products like this:

SKProductsRequest *request= 
         [[SKProductsRequest alloc] initWithProductIdentifiers: 
          [NSSet setWithObjects: @"goldSponsor", @"silverSponsor"];

This means if that Arbor Day event comes up, I’ll have to issue an update to include the @”arborSponsor” in my request list. How can I request every product under my bundle?

I’ve tried using @”com.thedomain.*” and some other guesses without luck. Is it possible to return the whole list, am I missing something very simple? 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-13T01:15:23+00:00Added an answer on May 13, 2026 at 1:15 am

    You unfortunately have to provide all of the ID’s for products you’d like to get information for as far as I could see.

    One way to handle this is to store your product ID’s on a remote server and then to make a request to the server to pull down the current set of ID’s when loading the store.

    That would allow you to add or remove products from the itunes side of things and not have to submit any binary updates to your app.

    I think you could probably find a happy medium by caching the list of products in the iphone app and then just making a quick request to see if there had been any changes so you wouldn’t even have to get the full list each time.

    This could be done using a simple http API on the server side or even just an xml file you pull down.

    From the In App purchase Programming Guide

    Apple recommends you retrieve product
    identifiers from your server, rather
    than including them in a property
    list. This gives you the flexibility
    to add new products without updating
    your application.

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

Sidebar

Related Questions

This might sound like a little bit of a crazy question, but how can
I know this question might sound a little cheesy but this is the first
This question comes on the heels of the question asked here . The email
This is one of those little detail (and possibly religious) questions. Let's assume we're
Sorry if this is a little off-topic for regular stackoverflow questions, but we're tearing
This question is kind of an add-on to this question In C#, a switch
This question and answer shows how to send a file as a byte array
This question would probably apply equally as well to other languages with C-like multi-line
This question is a follow up to my previous question about getting the HTML
(This question is over 6 years old and probably no longer has any relevance.)

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.