Hey @Roman Herman! Happy to help here.
Which version of the SDK are you using? I’m expecting this is a sandbox quirk, but want to see if there’s anything unique about the version you’re using.
Hey @cody
Thanks for your reply
I’m using SDK 4.14.3 installed from SPM
also when I fetch `Purchases.shared.getCustomerInfo` I can always see those purchases in `customerInfo?.allPurchasedProductIdentifiers` and they never adding more consumables to the array/ I always see array with unique consumables e.g. [consumable-id-1, consumable-id-2]
Hey @Roman Herman!
It looks like that SDK version is from a few months back - I’d recommend upgrading to our latest SDK version (4.17.7) as we’ve published fixes for the issue you’re encountering.
I can always see those purchases in `customerInfo?.allPurchasedProductIdentifiers` and they never adding more consumables to the array/ I always see array with unique consumables e.g. consumable-id-1, consumable-id-2]
This is expected behavior at this time - only unique identifiers will be included in this array.
Thanks @cody I updated the SDK but unfortunately still facing this issue.
Should I add some additional logs?
Any additional steps to check that consumable has been configured properly except making sure it’s not in the entitlements?
```
r60082:9508409] 4Purchases] - DEBUG: API request completed: POST /v1/receipts (200)
>60082:9508409] 9Purchases] - DEBUG: PostReceiptDataOperation: Finished
p60082:9508409] 0Purchases] - DEBUG: Serial request done: POST receipts, 0 requests left in the queue
g60082:9507233] >Purchases] - DEBUG: Sending updated CustomerInfo to delegate.
t60082:9507233] rPurchases] - DEBUG: Detected active subscriptions changed. Clearing trial or intro eligibility cache.
.60082:9507233] >Purchases] - INFO: Finishing transaction '2000000247691852' for product 'app.template.portrait'
2023-02-25 23:02:06.910378+0200 BumprNew360082:9508411] 2Purchases] - INFO: Purchased product - 'app.template.portrait'
```