games_services always returning null when calling signIn()

Issue I followed all the steps here: https://akdebuging.com/posts/integrate-gamekit-and-google-play-services/ Added to AndroidManifest: <meta-data android:name="com.google.android.gms.games.APP_ID" android:value="MY_ID" /> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> </application> In Google Play Console everything seems fine (the SDK is not marked as done, not sure if related): When I

Continue reading