Hi,
I am using the latest build (Build 2017.3068) and was testing in app purchase with TestFlight and everything was ok (transaction done, but then when the API was called, I receive this error) :
Apr 8 07:55:06 iPad Secret Quotes Deluxe[2637] <Warning>: {
“name”:“storeTransaction”,
“transaction”:"<type ‘userdata’ is not supported by JSON.>"
}
Apr 8 07:55:06 iPad Secret Quotes Deluxe[2637] <Warning>: ERROR: Runtime error
json.prettify takes a string or a table (got userdata)
stack traceback:
[C]: in function ‘error’
?: in function ‘prettify’
?: in function <?:187>
Apr 8 07:55:06 iPad Secret Quotes Deluxe[2637] <Warning>: Runtime Error: Runtime error: json.prettify takes a string or a table (got userdata)
How is this possible ? how come the store callback is not receiving at least a proper JSON object ?
thanks for your help.
Nick