[SKPaymentQueue canMakePayments] always false

The in-app purchase code I'm using has worked for a number of users, but I have one user that is getting an error because:


[SKPaymentQueue canMakePayments] == false


The only information I can find about this is that it can occur if the user is restricted from making in-app purchases or possibly if they are restricted from installing applications. My user claims restrictions are turned off completely and sent me a picture for proof.


Does anyone know any other reasons this would be false?


Thanks!

Replies

Maybe no payment method is set up in their iTunes account.