Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

in-app Apple subscription...can't find information about the "Share your information" feature

Now that Apple has changed their in-app subscription model, there is a feature that allows a user to share their information when they confirm their subscription. The message below is displayed after a user confirms their subscription purchase:

"Share your information" "The developer would like your name, email and zipcode so they can send you messages about related products in accordance with their privacy policy."

I have the Apple In-App purhcase programming Guide and I can't find anything about how this 'data' about the user is returned or retrieved by the developer. Is it returned in the JSON string when verifying a receipt?

like image 466
Miriam P. Raphael Avatar asked Nov 15 '22 01:11

Miriam P. Raphael


1 Answers

Apparently, this information is not passed or shared with the app via the API or any delegates. Apple collects this data themselves with the user and shares it via a backend admin. No programming is necessary to handle this feature.

like image 191
Miriam P. Raphael Avatar answered May 21 '23 01:05

Miriam P. Raphael