Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #2
I marked the already reported bug as an OEM issue as it's observed only in Samsung devices.
Now as you mentioned it's occurring on all devices I'm happy to investigate it further.
- Can you provide more details about the affected devices?
- Also can you please tell me if you're using new Play install referrer API ? If so are you directly importing the AIDL instead of using Play Install Referrer API Client Library?
Now as you mentioned it's occurring on all devices I'm happy to investigate it further.
- Can you provide more details about the affected devices?
- Also can you please tell me if you're using new Play install referrer API ? If so are you directly importing the AIDL instead of using Play Install Referrer API Client Library?
ms...@gmail.com <ms...@gmail.com> #3
The original defect report actually does reference that it's happening in multiple devices, but here's info I have:
I am using the Play Install Referrer API Client. The crash, in the last 30 days, has been on over 100 users, over 389 instances total.
The crash in Fabric can be seen athttp://crashes.to/s/cf808b50c98 .
samsung 46%
mobiistar 7%
LENOVO 6%
HUAWEI 5%
Other… 36%
Operating Systems
Nougat 35%
Marshmallow 33%
Lollipop 30%
Oreo 2%
I am using the Play Install Referrer API Client. The crash, in the last 30 days, has been on over 100 users, over 389 instances total.
The crash in Fabric can be seen at
samsung 46%
mobiistar 7%
LENOVO 6%
HUAWEI 5%
Other… 36%
Operating Systems
Nougat 35%
Marshmallow 33%
Lollipop 30%
Oreo 2%
ms...@gmail.com <ms...@gmail.com> #4
Thanks for reporting, I have passed these details to the engineering team, and will get back to you once I have update.
ue...@gmail.com <ue...@gmail.com> #5
Any update on this? It has been 2 years since this issue was reported and this api will be used much more since the INSTALL_REFERRER intent being removed.
ms...@gmail.com <ms...@gmail.com> #6
Getting same issue in Android 5 and 6. (Gionee and LYF device)
I had used this lib version : implementation 'com.android.installreferrer:installreferrer:1.1.1'
I had used this lib version : implementation 'com.android.installreferrer:installreferrer:1.1.1'
wo...@gmail.com <wo...@gmail.com> #7
We are also getting this issue. We got 15 crashes just in 1 day.
Devices
vivo80%
OPPO20%
Operating Systems
9 - 80%
5 - 20%
Are your engineer still working on this issue? 2 years have been passed still no reply from google team.
Now google has also stopped the use of InstallReferrerBroadCast.
And not it will really affect the attribution of many apps.
Devices
vivo80%
OPPO20%
Operating Systems
9 - 80%
5 - 20%
Are your engineer still working on this issue? 2 years have been passed still no reply from google team.
Now google has also stopped the use of InstallReferrerBroadCast.
And not it will really affect the attribution of many apps.
kr...@gmail.com <kr...@gmail.com> #8
And *now it will really affect the attribution of many apps.
al...@gmail.com <al...@gmail.com> #9
Total 201 Users affected due to the following crash and InstallReferrer Broadcast receiver will not receive the callback of referrers. So it means on such devices the install referrer attribution will not work.
is any one from google team try to look into it?
Fatal Exception: java.lang.SecurityException
Not allowed to bind to service Intent { act=com.google.android.finsky.BIND_GET_INSTALL_REFERRER_SERVICE cmp=com.android.vending/com.google.android.finsky.externalreferrer.GetInstallReferrerService }
Devices
61% - Xiaomi
8% - HUAWEI
8% - OPPO
6% - samsung
17% - Other (7)
Android Version
79% - Android 9
9% - Android 8
6% - Android 10
3% - Android 5
3% - Other (1)
is any one from google team try to look into it?
Fatal Exception: java.lang.SecurityException
Not allowed to bind to service Intent { act=com.google.android.finsky.BIND_GET_INSTALL_REFERRER_SERVICE cmp=com.android.vending/com.google.android.finsky.externalreferrer.GetInstallReferrerService }
Devices
61% - Xiaomi
8% - HUAWEI
8% - OPPO
6% - samsung
17% - Other (7)
Android Version
79% - Android 9
9% - Android 8
6% - Android 10
3% - Android 5
3% - Other (1)
ms...@gmail.com <ms...@gmail.com> #10
Any Update Google team
al...@google.com <al...@google.com>
ch...@google.com <ch...@google.com>
li...@google.com <li...@google.com>
ju...@google.com <ju...@google.com> #11
Just switched to use the Install Referrer Library because Google is removing support for the Install Broadcast. And now I'm seeing this crash come through in Firebase. Very frustrating!
b9...@gmail.com <b9...@gmail.com> #12
Same crash here. We recently updated the Install Referrer Library because Google is removing support for the Install Broadcast and we see the crash at app launch itself
li...@google.com <li...@google.com>
li...@google.com <li...@google.com> #13
Same here. We added the install referrer 1.1.2 dependency and the app still crashes.
Description
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/aidl/BaseStub;
at com.android.installreferrer.api.InstallReferrerClientImpl.startConnection(InstallReferrerClientImpl.java:133)
It does this immediately after my app calls `referralClient.startConnection(this)`
Using v1.0 of the library works fine. Upgrading to v1.1 immediately causes issues for my app, and is unusable.