I have created an app, i added game service, created a leaderboard, pasted the resources from google play to unity project, linked my app to the play service, created an app-siganture withe pekt-tool, uploadedit to google play, and verfied, that the SHA1 is the same in google play and google developer console (oAuth).
When i start the app i can select my e-mail and the pop-up with my googleplay-name and avatar pops-up.
But i still get the error "
" SIGN_IN status: ERROR_NOT_AUTHORIZED"
My Code:
csharp*__ <strong>* Social.localUser.Authenticate((bool success) => { if (success) { userid = PlayGamesPlatform.Instance.localUser.id; userid= PlayGamesPlatform.Instance.GetUserId(); Debug.Log("ERFOLG!!!!!"); } else { Debug.Log("Kein ERFOLG!!!!!"); } });*</strong> __*
My Log.cat:
~~~csharp
*02-07 16:58:34.867: D/Unity(32466): UnloadTime: 3.889000 ms
02-07 16:58:34.880: D/Unity(32466): UUID: 9cdec6529b11ca3a => 83e9b6e4a24e3dd10a99b87718b0ad2b
02-07 16:58:35.127: W/Unity(32466): AAAdmob - Init bannerId = ca-app-pub-3495910937090990/5427798723
02-07 16:58:35.127: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.127: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.127: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.127: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.127: W/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:72)
02-07 16:58:35.127: W/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198)
02-07 16:58:35.127: W/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:265)
02-07 16:58:35.127: W/Unity(32466): AppAdvisory.Ads.AdsInit:Awake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsInit.cs:160)
02-07 16:58:35.127: W/Unity(32466):
02-07 16:58:35.127: W/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.131: W/Unity(32466): AAAdmob - Init interstitialID = ca-app-pub-3495910937090990/8268997752
02-07 16:58:35.131: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.131: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.131: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.131: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.131: W/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:75)
02-07 16:58:35.131: W/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198)
02-07 16:58:35.131: W/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:265)
02-07 16:58:35.131: W/Unity(32466): AppAdvisory.Ads.AdsInit:Awake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsInit.cs:160)
02-07 16:58:35.131: W/Unity(32466):
02-07 16:58:35.131: W/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.134: W/Unity(32466): AAAdmob - Init rewardedVideoID = ca-app-pub-3495910937090990/4138181058
02-07 16:58:35.134: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.134: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.134: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.134: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.134: W/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:78)
02-07 16:58:35.134: W/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198)
02-07 16:58:35.134: W/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:265)
02-07 16:58:35.134: W/Unity(32466): AppAdvisory.Ads.AdsInit:Awake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsInit.cs:160)
02-07 16:58:35.134: W/Unity(32466):
02-07 16:58:35.134: W/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.137: W/Unity(32466): AAAdmob - RequestBanner with bannerid = ca-app-pub-3495910937090990/5427798723
02-07 16:58:35.137: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.137: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.137: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.137: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.137: W/Unity(32466): AppAdvisory.Ads.AAAdmob:RequestBanner() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:103)
02-07 16:58:35.137: W/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:80)
02-07 16:58:35.137: W/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198)
02-07 16:58:35.137: W/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:265)
02-07 16:58:35.137: W/Unity(32466): AppAdvisory.Ads.AdsInit:Awake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsInit.cs:160)
02-07 16:58:35.137: W/Unity(32466):
02-07 16:58:35.307: D/AdsUnity(32466): Calling loadAd() on Android
02-07 16:58:35.312: I/Unity(32466): init
02-07 16:58:35.312: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.312: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.312: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.312: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:35.312: I/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:82)
02-07 16:58:35.312: I/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198)
02-07 16:58:35.312: I/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:265)
02-07 16:58:35.312: I/Unity(32466): AppAdvisory.Ads.AdsInit:Awake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Scritps\AdsInit.cs:160)
02-07 16:58:35.312: I/Unity(32466):
02-07 16:58:35.312: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.317: W/Unity(32466): AAAdmob - RequestInterstitial with interstitialID = ca-app-pub-3495910937090990/8268997752
02-07 16:58:35.317: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.317: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.317: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.317: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.317: W/Unity(32466): AppAdvisory.Ads.AAAdmob:RequestInterstitial(Action1) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:123) 02-07 16:58:35.317: W/Unity(32466): AppAdvisory.Ads.AAAdmob:RequestInterstitial() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:175) 02-07 16:58:35.317: W/Unity(32466): AppAdvisory.Ads.AAAdmob:Init() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:84) 02-07 16:58:35.317: W/Unity(32466): AppAdvisory.Ads.AdsManager:AddAdmob() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\_AppAdvisory\Very_Simple_Ads\Scritps\AdsManager.cs:198) 02-07 16:58:35.317: W/Unity(32466): AppAdvisory.Ads.AdsManager:smile:OAwake() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\_AppAdvis 02-07 16:58:35.360: W/io.pixbattlemo(32466): Unsupported class loader 02-07 16:58:35.363: W/io.pixbattlemo(32466): Skipping duplicate class check due to unsupported classloader 02-07 16:58:35.419: I/Unity(32466): Starting Auth with token client. 02-07 16:58:35.419: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) 02-07 16:58:35.419: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) 02-07 16:58:35.419: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object) 02-07 16:58:35.419: I/Unity(32466): UnityEngine.Debug:Log(Object) 02-07 16:58:35.419: I/Unity(32466): GooglePlayGames.Native.NativeClient:Authenticate(Action
2, Boolean) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Native\NativeClient.cs:102)
02-07 16:58:35.419: I/Unity(32466): GooglePlayGames.PlayGamesPlatform:Authenticate(Action2, Boolean) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs:414) 02-07 16:58:35.419: I/Unity(32466): GooglePlayGames.PlayGamesPlatform:Authenticate(Action
1, Boolean) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs:383)
02-07 16:58:35.419: I/Unity(32466): GooglePlayGames.PlayGamesPlatform:Authenticate(Action1) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs:348) 02-07 16:58:35.419: I/Unity(32466): GooglePlayGames.PlayGamesLocalUser:Authenticate(Action
1) (at C:\Users\knupp\Documents\U
02-07 16:58:35.510: D/Unity(32466): Sensor : Accelerometer ( 1) ; 0.004788 / 0.00s ; BMI160 accelerometer / Bosch
02-07 16:58:35.520: D/Unity(32466): Choreographer available: Enabling VSYNC timing
02-07 16:58:35.531: I/io.pixbattlemo(32466): The ClassLoaderContext is a special shared library.
02-07 16:58:35.538: I/io.pixbattlemo(32466): The ClassLoaderContext is a special shared library.
02-07 16:58:35.543: D/NetworkSecurityConfig(32466): No Network Security Config specified, using platform default
02-07 16:58:35.591: I/DynamiteModule(32466): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:11140
02-07 16:58:35.591: I/DynamiteModule(32466): Selected remote version of com.google.android.gms.ads.dynamite, version >= 11140
02-07 16:58:35.616: W/io.pixbattlemo(32466): Unsupported class loader
02-07 16:58:35.688: D/DynamitePackage(32466): Instantiated singleton DynamitePackage.
02-07 16:58:35.688: D/DynamitePackage(32466): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
02-07 16:58:35.853: I/Unity(32466): USR:
02-07 16:58:35.853: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.853: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.853: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.853: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:35.853: I/Unity(32466): StartGame:Update() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\SuperMultiplayerShooter\StartGame.cs:151)
02-07 16:58:35.853: I/Unity(32466):
02-07 16:58:35.853: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.909: I/Ads(32466): Updating ad debug logging enablement.
02-07 16:58:35.938: I/Ads(32466): Use AdRequest.Builder.addTestDevice(“83E9B6E4A24E3DD10A99B87718B0AD2B”) to get test ads on this device.
02-07 16:58:35.952: W/Unity(32466): !!! [Play Games Plugin DLL] 02/07/19 16:58:35 +01:00 WARNING: Creating new PlayGamesPlatform
02-07 16:58:35.952: W/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:35.952: W/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:35.952: W/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:35.952: W/Unity(32466): UnityEngine.Debug:LogWarning(Object)
02-07 16:58:35.952: W/Unity(32466): GooglePlayGames.OurUtils.c__AnonStorey1:<>m__0() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\OurUtils\Logger.cs:68)
02-07 16:58:35.952: W/Unity(32466): GooglePlayGames.OurUtils.PlayGamesHelperObject:Update() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\OurUtils\PlayGamesHelperObject.cs:135)
02-07 16:58:35.952: W/Unity(32466):
02-07 16:58:35.952: W/Unity(32466): (Filename: C Line: 0)
02-07 16:58:35.977: D/TokenFragment(32466): Creating fragment
02-07 16:58:36.029: I/io.pixbattlemo(32466): The ClassLoaderContext is a special shared library.
02-07 16:58:36.035: W/Ads(32466): Invoke Firebase method getInstance error.
02-07 16:58:36.035: W/Ads(32466): The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
02-07 16:58:36.097: D/AdsUnity(32466): Calling hide() on Android
02-07 16:58:36.107: I/WebViewFactory(32466): Loading com.android.chrome version 72.0.3626.96 (code 362609652)
02-07 16:58:36.118: D/DynamitePackage(32466): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
02-07 16:58:36.135: I/Ads(32466): Use AdRequest.Builder.addTestDevice(“83E9B6E4A24E3DD10A99B87718B0AD2B”) to get test ads on this device.
02-07 16:58:36.210: D/TokenFragment(32466): onResume called
02-07 16:58:36.211: D/TokenFragment(32466): Building client for: 67cb85c (a:false e:false i:false wc: 298958488367-a5fovpvpnf3j7ppmqnueadb317s7b7at.apps.googleusercontent.com f: false)
02-07 16:58:36.214: W/Ads(32466): Update ad debug logging enablement as false
02-07 16:58:36.258: I/io.pixbattlemo(32466): Background concurrent copying GC freed 16553(1723KB) AllocSpace objects, 5(96KB) LOS objects, 49% free, 3MB/6MB, paused 733us total 164.269ms
02-07 16:58:36.269: D/TokenFragment(32466): signIn
02-07 16:58:36.274: D/TokenFragment(32466): mGoogleSignInClient.silentSignIn
02-07 16:58:36.297: D/TokenFragment(32466): Done with processRequest, result is pending.
02-07 16:58:36.336: I/cr_LibraryLoader(32466): Time to load native libraries: 20 ms (timestamps 9823-9843)
02-07 16:58:36.359: I/chromium(32466): [INFO:library_loader_hooks.cc(42)] Chromium logging enabled: level = 0, default verbosity = 0
02-07 16:58:36.362: I/cr_LibraryLoader(32466): Expected native library version number “72.0.3626.96”, actual native library version number “72.0.3626.96”
02-07 16:58:36.467: W/io.pixbattlemo(32466): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
02-07 16:58:36.503: I/Unity(32466): USR:
02-07 16:58:36.503: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:36.503: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:36.503: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:36.503: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:36.503: I/Unity(32466): StartGame:Update() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\SuperMultiplayerShooter\StartGame.cs:151)
02-07 16:58:36.503: I/Unity(32466):
02-07 16:58:36.503: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:36.510: D/Unity(32466): ANativeWindow: (2560/1440) RequestedResolution: (0/0) RenderingResolution: (0/0) EGLSurface: (2560/1440)
02-07 16:58:36.897: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:37.107: E/Unity(32466): java.io.IOException: Cleartext HTTP traffic to google.com not permitted
02-07 16:58:37.107: E/Unity(32466):
02-07 16:58:37.107: E/Unity(32466): (Filename: /Users/builduser/buildslave/unity/build/Platforms/Android/Modules/UnityWebRequest/Transports/TransportAndroid.cpp Line: 433)
02-07 16:58:37.232: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:37.236: I/Unity(32466): onPause
02-07 16:58:37.262: D/(32466): PlayerBase::stop() from IPlayer
02-07 16:58:37.262: D/AudioTrack(32466): stop() called with 244416 frames delivered
02-07 16:58:37.275: D/Unity(32466): Sensor : Accelerometer ( 1) ; 0.004788 / 0.00s ; BMI160 accelerometer / Bosch
02-07 16:58:37.289: W/ActivityThread(32466): handleWindowVisibility: no activity for token android.os.BinderProxy@6dcd125
02-07 16:58:37.289: I/Unity(32466): windowFocusChanged: false
02-07 16:58:37.402: I/OpenGLRenderer(32466): Initialized EGL, version 1.4
02-07 16:58:37.402: D/OpenGLRenderer(32466): Swap behavior 1
02-07 16:58:38.985: I/Unity(32466): OnAdFailedToLoadInterstitial
02-07 16:58:38.985: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:38.985: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:38.985: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:38.985: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:38.985: I/Unity(32466): UnityEngine.MonoBehaviour:print(Object)
02-07 16:58:38.985: I/Unity(32466): AppAdvisory.Ads.AAAdmob:OnAdFailedToLoadInterstitial(Object, AdFailedToLoadEventArgs) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets_AppAdvisory\Very_Simple_Ads\Plugins\Networks\AAAdmob.cs:163)
02-07 16:58:38.985: I/Unity(32466): GoogleMobileAds.Api.InterstitialAd:m__1(Object, AdFailedToLoadEventArgs) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GoogleMobileAds\Api\InterstitialAd.cs:49)
02-07 16:58:38.985: I/Unity(32466): GoogleMobileAds.Android.InterstitialClient:onAdFailedToLoad(String) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GoogleMobileAds\Platforms\Android\InterstitialClient.cs:106)
02-07 16:58:38.985: I/Unity(32466): System.Reflection.MonoMethod:InternalInvoke(Object, Object, Exception&)
02-07 16:58:38.985: I/Unity(32466): System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object, CultureInfo) (at /Users/buildus
02-07 16:58:45.074: E/TokenFragment(32466): Setting result error status code to: 16
02-07 16:58:45.116: D/TokenPendingResult(32466): Calling onResult for callback: ResultCallbackProxy result: Status: Status{statusCode=CANCELED, resolution=null} email: id: access:
02-07 16:58:45.150: D/GamesUnitySDK(32466): Performing Android initialization of the GPG SDK
02-07 16:58:45.199: I/Unity(32466): Building GPG services, implicitly attempts silent auth
02-07 16:58:45.199: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:45.199: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:45.199: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:45.199: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:45.199: I/Unity(32466): GooglePlayGames.Native.NativeClient:InitializeGameServices() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Native\NativeClient.cs:205)
02-07 16:58:45.199: I/Unity(32466): GooglePlayGames.Native.c__AnonStorey0:<>m__0(Int32) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Native\NativeClient.cs:105)
02-07 16:58:45.199: I/Unity(32466): GooglePlayGames.Android.c__AnonStorey1:<>m__0(AndroidJavaObject) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Android\AndroidTokenClient.cs:173)
02-07 16:58:45.199: I/Unity(32466): GooglePlayGames.Android.ResultCallbackProxy:onResult(AndroidJavaObject) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Android\AndroidTokenClient.cs:240)
02-07 16:58:45.199: I/Unity(32466): System.Reflection.MonoMethod:InternalInvoke
02-07 16:58:45.202: I/GamesNativeSDK(32466): Using existing jar.
02-07 16:58:45.202: I/GamesNativeSDK(32466): Writing 1941 bytes to jar file
02-07 16:58:45.205: I/io.pixbattlemo(32466): The ClassLoaderContext is a special shared library.
02-07 16:58:45.208: I/GamesNativeSDK(32466): Using existing jar.
02-07 16:58:45.209: I/GamesNativeSDK(32466): Writing 1066 bytes to jar file
02-07 16:58:45.210: I/io.pixbattlemo(32466): The ClassLoaderContext is a special shared library.
02-07 16:58:45.253: W/PopupManager(32466): You have not specified a View to use as content view for popups. Falling back to the Activity content view. Note that this may not work as expected in multi-screen environments
02-07 16:58:45.263: I/GamesNativeSDK(32466): Auth operation started: SIGN IN
02-07 16:58:45.263: I/GamesNativeSDK(32466): Connecting to Google Play…
02-07 16:58:45.287: I/Unity(32466): onResume
02-07 16:58:45.287: D/TokenFragment(32466): onResume called
02-07 16:58:45.289: I/Unity(32466): windowFocusChanged: true
02-07 16:58:45.299: D/Unity(32466): Sensor : Accelerometer ( 1) ; 0.004788 / 0.00s ; BMI160 accelerometer / Bosch
02-07 16:58:45.336: D/Unity(32466): Choreographer available: Enabling VSYNC timing
02-07 16:58:45.343: I/Unity(32466): USR:
02-07 16:58:45.343: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:45.343: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:45.343: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:45.343: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:45.343: I/Unity(32466): StartGame:Update() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\SuperMultiplayerShooter\StartGame.cs:151)
02-07 16:58:45.343: I/Unity(32466):
02-07 16:58:45.343: I/Unity(32466): (Filename: C Line: 0)
02-07 16:58:45.347: I/Unity(32466): Kein ERFOLG!!!
02-07 16:58:45.347: I/Unity(32466): UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
02-07 16:58:45.347: I/Unity(32466): UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)
02-07 16:58:45.347: I/Unity(32466): UnityEngine.Logger:Log(LogType, Object)
02-07 16:58:45.347: I/Unity(32466): UnityEngine.Debug:Log(Object)
02-07 16:58:45.347: I/Unity(32466): StartGame:m__0(Boolean) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\SuperMultiplayerShooter\StartGame.cs:82)
02-07 16:58:45.347: I/Unity(32466): GooglePlayGames.c__AnonStorey1:<>m__0(Boolean, String) (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs:383)
02-07 16:58:45.347: I/Unity(32466): GooglePlayGames.Native.c__AnonStorey2`2:<>m__0() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\Platforms\Native\NativeClient.cs:146)
02-07 16:58:45.347: I/Unity(32466): GooglePlayGames.OurUtils.PlayGamesHelperObject:Update() (at C:\Users\knupp\Documents\Unity\Pixarena3\Assets\GooglePlayGames\OurUtils\PlayGamesHelperObject.cs:135)
02-07 16:58:45.347: I/Unity(32466):
02-07 16:58:45.347: I/Unity(32466): (Filename: C Line: 0)
__~~~*__