[android-developers] Re: testing in app billing - I can't repurchase after refunding

2012-10-16 Thread gadget
yup. I can confirm this on HTC Thunderbolt 2.3. Seems like a new issue (since the end of August or so) -- 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

[android-developers] softInput and Android 2.3

2012-10-15 Thread gadget
I have been working on the soft keyboard used in our apps. The general idea is this -- create an EditText over a certain area of the screen, then requestFocus() on it. In the onFocusChange() callback the actual call to showSoftInput() is made. The keyboard appearance is standardized by

Re: [android-developers] Re: LVL returns LICENSED with anonymous accounts...

2012-06-10 Thread gadget
is 'draft' the same as activated/not published (since last apk upload)? If so, is there a delay between when it is counted as a draft and when it is uploaded? I have a draft (at least I believe I do), but I still get ERROR_NOT_MARKET_MANAGED on a test-account On Friday, August 6, 2010 4:26:28

[android-developers] Re: License Verification Library: getting error NOT_MARKET_MANAGED

2012-06-10 Thread gadget
i seem to be getting either ERROR_NOT_MARKET_MANAGED if i just uploaded a new apk or NOT_LICENSED if I publish/unpublish do you have to wait for some amount of time after uploading a new apk before the check succeeds (using a test-account)? -- You received this message because you are