Problem with IAPClient::getProductData in "simulation" mode
Hi,
I found a problem when I make a call [I]IAPClient::getProductData[/I] in "simulation" mode and when signal [I]productDataReceived[/I] is emitted, it contains wrong requestId. RequestId value is 2 instead of the "requested" one. Is this expected behavior?
I'm using Qt API for IAPClient.
Thanks, Saso
Re: Problem with IAPClient::getProductData in "simulation" mode
Hi,
It is known issue with certain version of the In App Purchase API, phone client could be updated using smart installer to install an application using that API and that assumed to fix this problem.
/0
Re: Problem with IAPClient::getProductData in "simulation" mode
Thanks for your reply,
I'm already using smart installer and is set to use In App Purchase API package version 3.23.007, and I think this is currently the newest one.
Saso
Re: Problem with IAPClient::getProductData in "simulation" mode
I've the same version of IAP and I've some problem with the requestId. I'm running multiple parallel requests from the same IAPClient (six requests, I have 6 products). productDataRecived is emitted multiple times but the requestId is always the same. Is this the expected behaviour?
Re: Problem with IAPClient::getProductData in "simulation" mode
Hi
API package version 3.23.007 is included to IAP SDK and does contain error : request Id mismatches response. Smart Installer server offers version 3.23.10 where this problem is fixed
Please make your application build with Smart Installer and check the problem is gone.