Hello there,
I’m struggling to get the process of my InAppPurchase - Download working smooth. The download itself is working just fine (thanks for that ), but if i close my App while downloading I have a problem when i restart the App.
Immediatly after initialising the IAPXT with all OR one of my “productIds” the pending download that was canceled, starts running again. It would be ok, if only the productID I selected starts again or even that i have to start the download all over.
The way it works now means, that i have to complete a started download before I can start another one or there a two downloads running, which I just dont want to support.
Is there a way to only restart specific downloads or to delete all downloads from the PaymentQueue?