I want to use the iOS subscription in-app purchase. When I do a purchase. I receive a transaction via the transaction listener. This gives me some information like: state, identifier , productIdentifier and more.
I miss lots of fields defined by apple, see:
Especially I miss the ‘Subscription Expiration Date’
When I look at the receipt. I see a hex string like this: ‘<7b0a0922 7369676e 61747572 6522203d 20224133 346c4a78 516d6e33 48376f72 …’
Is there a way to get the missing fields?
Ronald