I have an app with in-app purchases, where a small number of users report they are unable to download previously purchased iap's.
It looks like the app is unable to communicate with the app store, but there definitely have a working internet connection. Logs returned from these users show that SKProductsRequest is failing with
error.localizedDescription = The operation couldn’t be completed. (SKErrorDomain error 0.)
error.code = 0
error.domain = SKErrorDomain
Have tried getting users to reboot all the hardware at the their location, re-installing the app, signing out of iTunes. The problem is persistent for these users.
Anyone seen this? Any ideas?