You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically on Android we're observing issues with Leanplum.getVariables(), where all it returns is an empty client object:
Leanplum.forceContentUpdate()// Even without this nothing's returned 99% of the timeconstfetchedVariables=awaitLeanplum.getVariables()// { "client":{}}
The weird thing is that SOMETIMES it does work, but most of the time it doesn't. We've had no issues running the very same code on iOS / iPadOS, and we're using the same identifier/user between these platforms where it does work on iOS but Android comes up empty.
Specifically on Android we're observing issues with
Leanplum.getVariables()
, where all it returns is an empty client object:The weird thing is that SOMETIMES it does work, but most of the time it doesn't. We've had no issues running the very same code on iOS / iPadOS, and we're using the same identifier/user between these platforms where it does work on iOS but Android comes up empty.
We're on
@leanplum/[email protected]
The text was updated successfully, but these errors were encountered: