0

Having updated the Playscape SDK version to 1.14.160 for Unity, for our Unity android game Zombie Snipe, we have run into issues trying to perform in-app purchases in the google store. The error message we receive on the device (android, HTC M9) when attempting to perform a purchase, is the following:

"Error: The item you requested is not available for purchase."

The only change we have made since the last version of the SDK is to update the SDK, at which point the purchases were working. We are using Unity version 454f1.

user3071284
  • 6,955
  • 6
  • 43
  • 57

1 Answers1

2

This issue appeared thanks to google's recently changed rules for tester accounts. Testers now need to 'opt-in' in order to make test purchases. This issue has been covered here: Google IAB return purchase error type=3 subtype=4

Community
  • 1
  • 1