I have IAP with Apple hosted content, but for some reason downloading the content stopped working.
the SKProduct has downloadable set to true, downloadContentLengths also appears to be ok, but when I get the callback with SKPaymentTransactionStatePurchased, the transaction.downloads properties is an empty array.
This all used to work just fine until last week (haven't tested since), the app is still in development so not released on the store yet (this all happens in Sandbox)
Anyone having similar problems?
thanks