I read the documentation, the question I am asking is not in the documentation. I did what is in the documentation, I implemented and tested making in app purchases in my app, it works. That is not the problem.
If you look at this video you will see that apparently there is a way to trick apps into giving you in app purchases:
I am trying to fight this.
The link in my first post is Apple’s explanation of how to verify if the receipt is valid or fraud. However, it requires C code to process the receipt which I don’t know how to do. The reason I use Corona is largely because I don’t know how to program in a lower level language like C. Furthermore, it seems kind of pointless to write security code in Lua because Lua is fairly easy to decompile and read.
One of the key reasons to be a Pro Subscriber is to have access to the in app purchases api. It doesn’t really help to enable me to create a store that has no lock on the door. I have a dead bolt lock on my house but I didn’t make it. I bought it. I even installed it, but I didn’t make it. I want the same kind of relationship with Corona. I will install the lock, but I need Corona to make it.
What I’m asking for is instructions on how to lock the door to my new store when using Corona SDK.