Hi Stencylers! I'm coming to the end of the road with a little game I've been making. And am now tackling in-app purchases on iOS. I'm on Stencyl version 9283.
I have 4 IAPs, and I'm having trouble with the Product ID. I have set it up as per the guide - so that I make a product request, and check the IDs in code, and allow purchase of the relevant IAPs when they match up. I can successfully display the description of the IAPs so I know my info request has been processed, but I'm not sure what I should be doing to the Product ID. If I try to display the product ID in text (so I know what I'm checking against), I get a compile error (Unknown identifier : productID).
So, my question, really, is what format is the product ID in? They are just names I typed into iTunes Connect, so I'd expect them to be text, but with there being more than one, I'm not sure. A list/array?
Really hoping somebody can help me with this - as it's one of the last hurdles to overcome, and then I'm finished!
Thanks