I added GPGS to the project when I released it on Play store and then removed it later. Now I’m trying to test some GPGS features that I plan to add but the interface doesn’t activate. What could be the cause of this issue?
PS: It worked perfectly the first time.
if gpgs then
print("login declined", login_declined)
if login_declined == false then
print("after log in declined")
print(gpgs.get_id())
print(gpgs.get_display_name())
gpgs.silent_login()
end
end
The print statements all output their values but gpgs.get_id() and gpgs.get_display_name() both print nil. The log in doesn’t happen also.