I’m trying to test some GPGS features but there’s no indication of GPGS working at all. It used to work but I unpublished the GPGS settings and removed the code. Now I want to add GPGS functions to my game but I cannot test because of this issue.
function init(self)
gpgs.set_callback(gpgs_callback)
if gpgs then
print("before log in")
gpgs.silent_login()
end
end
I confirm that “before log in” was printed but it doesn’t log in. Any help please?!