I'm trying to use the Android in-app purchase system. I have one managed product only, and the problem is I cannot test it in debug mode with eclipse. When I sign my application and install it to developer console and to my phone everything is OK.
But I when want to debug my application with eclipse, I always gett RESULT_DEVELOPER_ERROR for restoreTransactions(). I want to check if this managed product is purchased before when my application is reinstalled.
What is the correct way to test managed products?
I assume I'm getting the error RESULT_DEVELOPER_ERROR because I'm working in debug mode and it's not the signed apk. If that's true, how can I debug my application for managed products?