开发者

In App Purchase request results in password prompt

开发者 https://www.devze.com 2023-02-28 16:16 出处:网络
With In App purchase on IOS 4 when performing a product request or 开发者_Python百科SKPaymentQueue addTransactionObserver this results in the password prompt being shown. This occurs using a test user

With In App purchase on IOS 4 when performing a product request or 开发者_Python百科SKPaymentQueue addTransactionObserver this results in the password prompt being shown. This occurs using a test user account. Why would this happen?

 productsRequest= [[SKProductsRequest alloc] initWithProductIdentifiers:productIdentifiers];
 productsRequest.delegate = self;

[productsRequest start];
0

精彩评论

暂无评论...
验证码 换一张
取 消