suppose there are 30 paid stickers with sticker id 1 to 30 (in backend).
1: Now In application user selects the stickers with sticker ids(1,3,5,7,9,11,13,15,17,19,21,23,25,27,29). User ads them to cart first and purchase/Consume these.
2: Now again user selects the stickers with ids (2,4,6,8,10,12,14,16,18,20,22,24,26,28,30) User ads them to cart first and purchase/Consume these.
Now these 30 sticker can be n number and will be dynamic which comes from backend.
How can I manage this via In-App Purchase and which In-App Purchase should I use and how ?