11.05.2012 15:25, Haze ???????:
I've got a bit of a strange issue which seems to be affecting not only
the app I'm developing but also most published apps that use IAP.

[snip]

So as far as we know we are now successfully connected and can send
purchase requests as normal, except when we do it crashes because we
haven't actually connected correctly.  There is this little line
appearing in the logcat:
Finsky(5112): [1] InAppBillingProxyService.bindService: Failed to bind
to MarketBillingService

Except I have no idea where this is coming from or how to actually
test if we did bind successfully or not.  Does anybody have any idea
please?

If you're able to reproduce this on your development devices (sounds like it), run this:

"adb shell ps"

from the computer's command line, then use the PID from the logcat output (5112 in your quote above) so see which process it corresponds to.

Also note that "Finsky" is apparently the code name of Market app (or Play app)... the question is, which one it is.


I'd like to note again that this only happens when we end up in the
case of both the old Android Market and the new Google Play on the
same device and that this is happening on published apps.

This, by itself, just makes me go "wow!".

Do both of them have the same package name?

You can check it by querying installed packages from code by using PackageManager, or by watching logcat as you launch old and new apps (the logcat will have something like "Starting actvity... <intent details here>".

-- K

 Also I have
tried doing factory resets and the devices themselves but they just
refuse to update the market correctly.  The two in question are the
Samsung Galaxy Tab 10.1 and the Motorola Xoom 2, for those interested.

Thanks!
--
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

--
Kostya Vasilyev

--
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

Reply via email to