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:
-
Make a purchase.
-
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.
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:
Make a purchase.
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.