-- in callback
if message_id == gpgs.MSG_LOAD_SNAPSHOT then
pprint(message)
end
I added this in my callback function. But I don’t get any message in the logcat.
-- in callback
if message_id == gpgs.MSG_LOAD_SNAPSHOT then
pprint(message)
end
I added this in my callback function. But I don’t get any message in the logcat.