I have a version of my app already in the app store and working, now I have written a version 2 of it. For some reason the in app purchases have stopped working and I’m not sure how/what has changed.
When you click the buy button it triggers the app store buy process which completes successfully. However when the callback is called to my app it comes through as nil every time. It sends through many calls but they’re all nil
To try and see what is going wrong I tried this…
function transactionCallback( event )
print(“TX:” … Json.Encode(event))
which returns …
TX:"?:0: attempt to index field ‘transaction’ (a nil value)"
If anyone has experienced anything like this before I would really appreciate some ideas/advice as I’m currently stuck with a completed app which I can’t released to the app store
Cheers,
Scott. [import]uid: 51622 topic_id: 12507 reply_id: 312507[/import]