I am developing an application in which a user can like any picture that he likes. For this, I have implemented app purchasing functionality as consumable products. This means that if the user buys the same image again, then he has to pay for it. But Apple rejected this application by saying that in this case the product should be non-consumable.
The problem now is that I have to create a unique product ID for every image and the number of images is approximately 1800. So do I need to make the 1800 ID in the iTunes connection?
> In addition, the iTunes connection has a parameter:
for review
when you test your app purchase And are ready to approve and submit it. For review, upload a screenshot below. This is for review purposes only and will not be displayed in the store.
For this, do I need to add screen shots by testing every image?
Please provide a simple solution for the problem.
Thank you in advance ...
If you have 1800 unique products, You will need 1800 entries in the store.
There is no automated means to upload product information, so you have to do all this by hand.
Comments
Post a Comment