Get subscriber ID from in-app purchase

Hi everyone!


This is my first post here.


I have create a small app that has two in-app products for $0.99 and $1.49. I want to fetch the subscriber ID via API after the transaction has occured. 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 for my app users?


Thanks!

1) I was not aware that $1.49 was a possible price

2) it is unclear what "subscriber ID" is - but you cannot get the Apple ID of the user. You can use the user's iCloud key-value file to set up a unique ID for the user that would connect you to other devices owned by that same user.

Get subscriber ID from in-app purchase
 
 
Q