I have a button to restore purchases in my app. It calls AppStore.sync()
as suggested by sample code. I'm testing in the sandbox, I put my device in airplane mode, and it throws StoreKitError.userCancelled
. That's odd. Anyone else see this?
I'd like to show an error alert popup to the user here, but I can't differentiate between this an a real userCancelled
.