-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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 time
const fetchedVariables = await Leanplum.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.
We're on @leanplum/[email protected]
Metadata
Metadata
Assignees
Labels
No labels