Skip to content

Purchase acknowledgment mismatch and purchaseState always null #556

@vikash92r

Description

@vikash92r

Please use the Discussions board for questions or help. Use Issues strictly to report bugs.

I’ve integrated purchases through the Store API. After making a purchase and calling acknowledge from the backend:

• isAcknowledgedAndroid is returning true

• but isAcknowledged remains false

• Additionally, purchaseState is always null, which makes it difficult to determine the current state of the purchase

Steps to Reproduce:

  1. Make a purchase.

  2. Call acknowledge from backend using the Store API.

Inspect the purchase object.

Expected Behavior

• isAcknowledged should reflect the correct acknowledged state (not just isAcknowledgedAndroid).

• purchaseState should return the proper purchase state instead of null.

Actual Behavior:
• isAcknowledgedAndroid == true but isAcknowledged == false.

• purchaseState is always null.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions