Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

siumanchunandy

About

Username
siumanchunandy
Joined
Visits
13
Last Active
Roles
Member
Posts
1

Comments

  • You call: OuyaSDK.requestReceiptList(); Which invokes your method: public void OuyaGetReceiptsOnSuccess(List receipts) where you get a list of receipts and check if the receipts.getIdentifier() == "001" that means they purchased it. Although con…