I have implemented In-App purchase successfully in my app. Now what I want is the apple Id of the user so as to send a thank you message to him. Is it possible to be done.?
Asked
Active
Viewed 1,095 times
-4
-
No it is not possible. – Eimantas Aug 27 '13 at 08:59
-
2It's also a really, really bad idea. – Mike Weller Aug 27 '13 at 09:04
-
I understood the answer throug this link - http://stackoverflow.com/questions/2009530/is-it-possible-to-get-the-users-apple-id-through-the-sdk where it is explained in depth. – anky_believeMe Aug 27 '13 at 09:15
3 Answers
4
You just cannot. There's no publicly available API for retrieving such piece of information.
(Thank God I'd say)

Gabriele Petronella
- 106,943
- 21
- 217
- 235
-
Does apple state it in any of its documentation anywhere.? I wanted to go through. – anky_believeMe Aug 27 '13 at 09:03
-
2It's the other way around: Apple won't state everything you can't do with the APIs. It just doesn't say that you can. – Gabriele Petronella Aug 27 '13 at 09:05
0
Nope That is not possible but what you can do it is via application ,Show a thank you screen when it is successful ,or any way you have his mail collected as registration then send a mail to that

Lithu T.V
- 19,955
- 12
- 56
- 101