Solved
Android LaunchSDK Analytics.getTrackingIdentifier(callback) time out
Hi
After upgrading to ExperienceSDK I am not able to get the tracking identifier.
Analytics.getTrackingIdentifier(object : AdobeCallbackWithError<String> { }It times out after 5 seconds, and as expected the callback is returning the error which is `general.callback.timeout`
Do we need to setup anything else on adobe side to actually get a response?
I am having this issue on a real device connected to an unrestricted wifi.
I fished this out of the logs:
EventBus(EventHub) - Thread exception while waiting for listener com.adobe.marketing.mobile.OneTimeListener (java.util.concurrent.ExecutionException: java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter trackingIdentifier) EventBus(EventHub) - Thread exception while waiting for listener com.adobe.marketing.mobile.OneTimeListener (java.util.concurrent.ExecutionException: java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter trackingIdentifier)
Any ideas?
Thank you