Skip to content

Getting empty client/features on Android #82

@melv-n

Description

@melv-n

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions