I am testing In-App Purchases in Xcode.
I have set up a test account as per apple documentation. My problem is that every time I go into the background and then come back into my app I get prompted for my test App Store password. However, as far as I can see I am not calling any of my In-App Purchase functionality.
Is this a quirke of the testing environment?
I've tried re-specifying my original "proper" App Store userID/password in General settings but I still get prompted for my test App Store password on entering my app from the background again. Once I have put in the password everything is OK until I enter from the background again and then if it doesn't ask me for it again.
I haven't included any code because as far as I can see none of my In-App Purchase code is being accessed when I get this behaviour