Why has there been no update to the documentation at:
https://developer.apple.com/documentation/appstorereceipts/validating_receipts_on_the_device
To demonstrate how to validate an SHA256 app store hash ???
The January deadline is looming and I can find no working example code which sucessfully validates an SHA256 hash
I need to be able to compute the same hash on the device, to compare with the app store receipt hash but I cant find any documentation explaining what values I need to hash. Using the same technique I am using successfully with SHA1 doesnt work. (its hashing the opaque value and bundle ID data and the mac address).
Can anyone HELP ? Thanks !