[x ] iOS
[ x] Non-consumable
[x ] Sandbox
0.13.0
[IAP] purchase
call 1 updatedDownloadsHandler
[IAP] updatedDownloadsHandler with downloads 1
[IAP] download.contentVersion 1.1
[IAP] download.contentURL nil
[IAP] download.contentIdentifier
[IAP] download.error nil
[IAP] download.timeRemaining -1.0
[IAP] download.progress 0.0
[IAP] download.downloadState waiting
[IAP] contentURLs
call completeTransactions
[Purchase] completeTransactions state: purchased
call 2 updatedDownloadsHandler
[IAP] updatedDownloadsHandler with downloads 1
[IAP] download.contentVersion 1.1
[IAP] download.contentURL nil
[IAP] download.contentIdentifier
[IAP] download.error nil
[IAP] download.timeRemaining -1.0
[IAP] download.progress 0.0
[IAP] download.downloadState waiting
[IAP] contentURLs
call 3 updatedDownloadsHandler
[IAP] updatedDownloadsHandler with downloads 1
[IAP] download.contentVersion 1.1
[IAP] download.contentURL nil
[IAP] download.contentIdentifier
[IAP] download.error nil
[IAP] download.timeRemaining -1.0
[IAP] download.progress 0.0
[IAP] download.downloadState active
[IAP] contentURLs
no more anything related to IAP activity
Help needed.
Can not finish download IAP Hosted content. I've faced with situation when i successfully buy IAP, then updatedDownloadsHandler called with correct object, but download freeze or stop.
Interactive download process
download freeze or stop
@bizz84 do you have any ideas about this issue?
Did you ever figure out what was going on here?
I have similar issue. It stops at 0% for some IAP items but works for others.
@Sam-Spencer @zhouhao27 it's happening when you have no Wi-Fi connection. StoreKit will not start downloading until you are using non-wi-fi internet connection. that's it )
Most helpful comment
@bizz84 do you have any ideas about this issue?