[android-developers] Re: problem with in-app billing

2011-05-04 Thread D S
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  wrote:
> On Mon, May 2, 2011 at 3:13 AM, D S  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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] problem with in-app billing

2011-05-02 Thread D S
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.

The updated version of the app is uploaded to Market console, is in
draft state.
Under the in-app billing for that app, I have created a product with
setting "managed per user account"

Here is the display from the in app product list screen:

Application State: Published   draft apk v1.6
my.product.id   USD  $0.99  Apr 30, 2011   Published

I have tried a lot of debugging but hitting a wall. Any suggestions
are appreciated.

Thanks,
DS

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en