I'm implementing MKStoreKit in my app, but the nature of the app is such that it will need to support frequent, dynamic changes to the list of available (non-consumable) products for in app purchase. Thus, I need to be able to regularly query our server for the current list of available product IDs, descriptions, etc.
As far as I can figure, MKStoreKit only supports a static plist of available products, which would mean we'd have to release an app update every time we need to change our IAP product list. As I've mentioned, this is not possible with this service.
Does anyone know of a way to update our IAP product list by downloading it from the server, without requiring an app update, using MKStoreKit.
If not, I have to imagine there are people out there who have modified the code to support this. If so, any tips and wisdom gained would be MUCH appreciated.
Thanks in advance.