0

I am developing an application in which I have to use in-app purchase feature. I referred to the below links and prepared the sample app.

http://blog.mugunthkumar.com/coding/iphone-tutorial-–-in-app-purchases/

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

I followed similar steps which are mentioned in these links, still I am getting the no product id (getting blank value) in

-(void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response

I haven't set up the Bank Info,Contact Info, Tax Info in "iOS Paid Applications". Is this causing any issue?

halfer
  • 19,824
  • 17
  • 99
  • 186
nivrutti
  • 297
  • 4
  • 14

1 Answers1

1

Yes, you need to sign paid application contract to work with in-app purchase:

http://developer.apple.com/library/ios/#technotes/tn2259/_index.html

halfer
  • 19,824
  • 17
  • 99
  • 186
Chandan Shetty SP
  • 5,087
  • 6
  • 42
  • 63