Search Purchase Table for any Purchased Iaps

JoeBJoeB Member Posts: 160

I want to make it so that any purchased in-apps will give my app user a certain bonus. How do I search the purchase table to see if my user has bought anything, without listing every row as a condition?

Thank you.

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Purchased data is only filled in at the call and does not stay permanently. Most people have a seperate table that stores the unlocking of purchases. Table searches are easy to do using the table search functions.

Sign In or Register to comment.