Get Subscriber ID from In-App Purchase

I created a small app with products to subscribe to the app.

I want to get the subscriber ID via API after the transaction has occurred. I searched extensively and found that this ID is only available in the Subscriber Report

 Subscriber ID |  BigInt  |  The randomly generated Subscriber ID that is unique to each customer and developer 

      

Is there a response to getting when this id might be available? Is it possible to match the transaction ID received in the receive response to the subscriber?

Thank!

+3


source to share


1 answer


No, Apple Subscriber ID is internal, so the information is effectively anonymous.



Looking at the bright side at wwwdc 2017, Apple announced that they will provide subscription information to users as part of the receipt so you can get all the information in the subscriber report for a given user. See the Voluntary Interruption section at https://medium.com/joytunes/wwdc-2017-amazing-new-features-for-subscriptions-676662a7d993

+1


source







All Articles