You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current application, I have a list of IDs clear to sales from the API, to be sure which ones I can show to the user, I need to verify which products are available or not on Apple side.
I though about using retrieveProductInfo, but that will create one request per product. One easy solution would be to create retrieveProductsInfo which could take an array of product ids, and return the ids available in the completion block.
What do you think?
The text was updated successfully, but these errors were encountered:
tbaranes
changed the title
Get info of all products at once
Get a list of all products available from products ids
Apr 20, 2016
In my current application, I have a list of IDs clear to sales from the API, to be sure which ones I can show to the user, I need to verify which products are available or not on Apple side.
I though about using
retrieveProductInfo
, but that will create one request per product. One easy solution would be to createretrieveProductsInfo
which could take an array of product ids, and return the ids available in the completion block.What do you think?
The text was updated successfully, but these errors were encountered: