If I use the following
and successfully get Receipt Data, according to Apple (Apple Developer Documentation) I should get an encoded Receipt with plenty of data on that purchase. This should include the following items that are currently important:
My question is, what is the shortest distance between UE4 as-is and being able to read this date data?
From what I can tell there aren’t any tools within UE4 that handle this specifically. From what I understand, this is first decoding the receipt data and then managing the json that you would hypothetically have.