我正在开发一个应用程序,我必须使用应用内购买功能。我参考了以下链接并准备了示例应用程序。
http://blog.mugunthkumar.com/coding/iphone-tutorial-–-in-app-purchases/
http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/
我按照这些链接中提到的类似步骤,仍然在
中获取无产品ID(获取空白值)-(void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
我没有在“iOS付费应用程序”中设置银行信息,联系信息,税务信息。这会导致任何问题吗?
答案 0 :(得分:1)
是的,您需要签署付费应用程序合同才能使用应用内购买:
http://developer.apple.com/library/ios/#technotes/tn2259/_index.html