GPGS doesn't activate anymore. How can I fix it?

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?!

Have you checked your device log using Android logcat? I’m sure there’s a clue there!

I have and there are no errors. But I only checked the logs for defold.