02-18-2013 11:49 AM
Im trying to get existing payments but it's always coming back with an error.
Also I can only try this in the live version of my app as Get existing purchases (network) not supported in test mode. is there a way to test it in development mode?
Here is the get existing purchases code that comes back with an error from the server:
const ExistingPurchasesReply *reply = paymentManager->requestExistingPurchases(refresh);
connect(reply, SIGNAL(finished()), SLOT(existingPurchasesResponse()));This works but comes back with an error. I set refresh to true, should it be false?
Thanks for any help
02-22-2013 11:16 AM
Using "true" will only work if the app is live and has been downloaded through BlackBerry World.
For testing you can use "false" in either local or test mode to retrieve past purchases, the format of returned items will be the same regardless of using "true" or "false"