suriyun-production / turnbase-rpg-docs

This is document for Turnbase RPG project (https://www.assetstore.unity3d.com/#!/content/107578?aid=1100lGeN)
https://suriyun-production.github.io/turnbase-rpg-docs
12 stars 3 forks source link

Cannot enter the game when logged in to the build apk on Android #253

Closed solodevelopment97 closed 11 months ago

solodevelopment97 commented 12 months ago

hello, I can't enter the game menu when it's already in the build apk but I can enter when I'm in the unity editor

solodevelopment97 commented 12 months ago

adb logcat

07-09 12:57:44.434 16971 16996 E Unity : ServicesInitializationException: The Analytics service has not been initialized. Please initialize Unity Services. 07-09 12:57:44.434 16971 16996 E Unity : at Unity.Services.Analytics.AnalyticsService.get_Instance () [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at UnityEngine.Purchasing.UnityPurchasing.GenerateUnityAnalytics (UnityEngine.ILogger logger) [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at UnityEngine.Purchasing.UnityPurchasing.Initialize (UnityEngine.Purchasing.IStoreListener listener, UnityEngine.Purchasing.ConfigurationBuilder builder) [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at GameInstance.SetupPurchasing () [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at GameInstance.ValidatePlayerData () [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at UnityEngine.Events.UnityAction1[T0].Invoke (T0 arg0) [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at UnityEngine.Events.UnityAction1[T0].Invoke (T0 arg0) [0x00000] in <00000000000000000000000000000000>:0 07-09 12:57:44.434 16971 16996 E Unity : at System.Action`2[T1,T2].Invoke (T1 a 07-09 12:58:09.757 16971 16996 I Unity : [GET->Result] ?action=service-time {"serviceTime":1688878690} 07-09 12:58:09.757 16971 16996 I Unity : d__6:MoveNext() 07-09 12:58:09.757 16971 16996 I Unity : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

solodevelopment97 commented 12 months ago

I think the problem is in : ServicesInitializationException: The Analytics service has not been initialized. Please initialize Unity Services.