Thanks Nikolay, That's what I was missing. I needed to put a signed app on the device (I assume that's what you meant by release version). Interesting that the test sku's work, but created sku's don't work without signed app..
Thanks, DS On May 2, 9:18 pm, Nikolay Elenkov <[email protected]> wrote: > On Mon, May 2, 2011 at 3:13 AM, D S <[email protected]> wrote: > > Hello, > > > I integrated the code from Dungeons example into my app. When I use > > mSKU = "android.test.purchased" > > I am able to make the purchase successfully on my device, so I assume > > the integration is correct. > > > But when I use > > mSKU = "my.product.id" > > I get an error RESULT_DEVELOPER_ERROR in the logs. > > You need to install a release version on your device and use one of > the testing accounts as the primary Google account for this to work. > > http://developer.android.com/guide/market/billing/billing_testing.htm... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

