I have created a small app that has in-app subscription products.
I want to fetch the subscriber ID via API after the transaction has occurred. I searched extensively and found that this ID is available only in a report "Subscriber Report"
Subscriber ID | BigInt | The randomly generated Subscriber ID that is unique to each customer and developer
Is there a receipt response where this ID might be available? Can I map transaction id received in the receipt response to a subscriber?
Thanks!