I think I just needed some rubber ducking, but looks like I figured it
out once I noticed the log I added below to my original question. Since
we are using Kotlin, looks like we expected to get a
`trackingIdentifier` on the success call, but looks like even if the
call would be successful we can still have cases (new install etc) where
there will be no tracking identifier. I think kotlin added null checks
to the callback and that broke the SDK and just called time out after 5
seconds. Changing t...