adjust / unity_sdk

This is the Unity SDK of
http://www.adjust.com
MIT License
149 stars 70 forks source link

Ambiguous overloads found for onGoogleAdIdRead #288

Open CSystem opened 4 months ago

CSystem commented 4 months ago

version: unity 4.37.1

Exception: Ambiguous overloads found for onGoogleAdIdRead with given parameters at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod (UnityEngine.AndroidJavaProxy proxy, System.IntPtr jmethodName, System.IntPtr jargs) [0x00000] in <00000000000000000000000000000000>:0 Rethrow as TargetInvocationException: com.adjust.sdk.AdjustAndroid+DeviceIdsReadListener.onGoogleAdIdRead(null) at UnityEngine.AndroidJavaProxy.Invoke (System.String methodName, System.Object[] args) [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod (UnityEngine.AndroidJavaProxy proxy, System.IntPtr jmethodName, System.IntPtr jargs) [0x00000] in <00000000000000000000000000000000>:0

image
JRGreenfield commented 1 month ago

A small amount of our Android user base is also throwing a TargetInvocationException because of ambiguous overloads found for DeviceIdsReadListener::onGoogleAdIdRead(null).

Currently using Adjust 4.38.0 and Unity 2022.3.22f1.