Discussions
Is latest_receipt_info contains elements in reversed order?
about 4 years ago by Aimie Ochoa
Hello everyone
Following Apple documentation to use latest_receipt_info
. I am pursuing a renewable subscription status. So my flow is pretty simple:
Send request to App Store Connect for validate IAP
Parse json
Get array from latest_receipt_info
So, my question: how elements ordered in the array, are there have chronological order or ordered haotic. Should I order items or just can get first element in the array?