I have the following code for my purchase statement:
[lua]if isAndroid then
store.purchase( {“android.myApp.unlock”} )
else
store.purchase( {“WHAT GOES HERE”} )
end[/lua]
I do not believe that I will have a problem with android. The key is set up as my In-App Product ID on Google Play. However, I am completely stomped on what should go in for the Apple purchase. In iTunes Connect, I have a Reference Name, Product ID, Type, and Apple ID. Which one do I use? [import]uid: 169884 topic_id: 31007 reply_id: 331007[/import]