I created my app and add the in-app-purchase items.Before I submit App, I tested the purchase function lots of times using test user on iphone device, it worked fine. But after I submit the app, all purchase item was not working, and this cause my app be rejected.( I am sure the I selected all iap production before submit) Now neither the requesting product information nor the buy transaction is not working. But both worked fine before sumbitting the app. I'v investigated it for several days and cannot solve the problem. Really appreciate if you can help. Thanks a lot !
Asked
Active
Viewed 225 times
1 Answers
0
Just do make sure: You did look that you unique app id you used for testing in app purchases was also used for the provisioning profile?
Cheers, Jörg

Joerg Simon
- 421
- 2
- 7
-
ah, and the following stack overflow answer might be useful too: [Which Provisioning Profile to use when testing In App Purchase?](http://stackoverflow.com/questions/4074123/which-provisioning-profile-to-use-when-testing-in-app-purchase) – Joerg Simon Jun 20 '12 at 17:19
-
Yes, if you mean the bundle id. – user1247306 Jun 21 '12 at 02:10
-
hm, so far then I am also lost. I can only suggest you go trough the list of the link I added to the commend. sorry. hope anyone else answers that .... :/ – Joerg Simon Jun 21 '12 at 06:31
-
1I got the reasons, the app Id I was using has wildcard and cannot be used for in app purchase. But I don't know why it worked before submitting...Thank Joerg ! – user1247306 Jun 22 '12 at 18:59
-
ok, it is really strange that it did work before. however, good that you could resolve the issue! – Joerg Simon Jun 23 '12 at 07:40