On Thu, Dec 13, 2012 at 9:18 AM, Ian Ni-Lewis <ile...@google.com> wrote:
> On Wed, Dec 12, 2012 at 12:21 PM, Bram Stolk <b.st...@gmail.com> wrote:
>>
>>
>> Could you please comment on the reports that AIBv3 will not work until you
>> clear the cache of Google Play, and agree to a EULA?
>> If this is the case, I hesitate to put this burden on my users.
>
>
> IABv3 is built into Google Play services, so it requires an update to the
> Play Services apk. V2 was built into the Play store client itself.

Hmm, is it really though? Unless I am missing something,  IInAppBillingService
is in the com.android.vending.apk, which is the Google Play client, right?

As well as this which implements the interface:

 <service 
android:name="com.google.android.finsky.billing.iab.InAppBillingService">
            <intent-filter>
                <action
android:name="com.android.vending.billing.InAppBillingService.BIND" />
            </intent-filter>
</service>

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

Reply via email to