I am implementing in-app purchases in an app that allows you to download and read articles. Rather than having a product identifier for every single article, I would rather sell "credits", i.e, a credit to pick any 5 articles, or any 10, etc.
Apple's guidelines state:
11.4 Apps that use IAP to purchase credits or other currencies must consume those credits within the application
11.5 Apps that use IAP to purchase credits or other currencies that expire will be rejected
I am not sure how to interpret 11.4. My application will indeed consume the credits to make purchases, but in reality they will be tracked by a server. Does anyone know if this type of system is allowed?