4

My app passed review of apple and was released. But I've got some mails from users, that in app purchase doesn't work! When I install my app by Build And Run from Xcode it's work great! Is there any logical reason to this? Regards.

GeRyCh
  • 1,580
  • 3
  • 13
  • 23

2 Answers2

5

Apple took 1 day to enable in-App purchase once the app go live... Even i have faced the problem.

If your in App purchase works fine in sandbox mode... Just wait for 24 hours It will be solved.

Chandan Shetty SP
  • 5,087
  • 6
  • 42
  • 63
1

"doesn't work" isn't the most helpful of descriptions. I presume you have downloaded the release version yourself and tested it? What happens when you do it?

Is there any server side support for delivering the product? If so presumably you can check the logs to see if there is anything wrong there?

Roger
  • 15,793
  • 4
  • 51
  • 73
  • Right. I have server side that brings me the products ID's. I verify them with Apple. But it's works great in development version. In relase - nope. – GeRyCh Jun 15 '11 at 10:26
  • Be more precise. What happens server side then for the release version? Do you get a receipt to verify? Do you get any communication from the app? It is probably just an apple delay but you could log things better in the app to help with this in a future release (eg using Flurry). – Roger Jun 15 '11 at 10:42
  • The server work it is also for release version and also for development. I use simple get method that brings me product IDs from server when app launches. I sure it's just an apple delay...I already wrote them a letter. Hope it will help. – GeRyCh Jun 15 '11 at 11:06