"Account determined from" meaning in logs
Asked Answered
M

2

6

In my application I'm implementing in-app purchase using Google In-app Billing Version 3 API. In logs from my app I see:

D/Finsky  (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from library ownership - [2FJ...ZIQ]

Another time when I test my app and switch Google account in my phone I see:

D/Finsky  (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: Account determined from installer data - [2FJ...ZIQ]

I'm curious:

-What exactly does these logs mean?

-Why sometimes I see the first log, sometimes the second one?

-Is there a way to find out what this [2FJ...ZIQ] means or decode it?

Macy answered 13/5, 2015 at 6:55 Comment(4)
Were you able to figure this out? I am wondering the same right now.Fortuneteller
I have same problem in InApp billing, do you get solution ?Wavellite
No, unfortunately not.Macy
Did anybody found the cause and solution ??Andry
R
0

Possible solution for the Account determined from installer data log: Make sure you use the correct base64 encoded license key

Probably too late for you, but I recently had the same log in my console and was wondering, why an in app purchase worked in one app whereas it did not work in another - both using the same purchase code.

I am using build flavours to build two apps with a common code base and I just forgot to use the correct base64 encoded license key. In my case, I was just using one license key for two different apps in play store...

Rhachis answered 10/9, 2017 at 10:13 Comment(0)
B
-1

Apps that contain in-app purchases (IAPs) and/or paid apps to provide a physical address. After adding Address, It will take few minutes to Fix this issue autometically.

inapp purchase notification

Beleaguer answered 9/7, 2019 at 11:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.