17 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
51
views
Can't Include static library GameAnalytics
I collected game analytics static library:
git clone https://github.com/GameAnalytics/GA-SDK-CPP.git
cd GA-SDK-CPP\build\cmake\gameanalytics\build
cmake --build . --config=Release
cmake --install. --...
0
votes
0
answers
198
views
Crash Issue in android build using unity
We are currently facing huge crash issue in android build using unity version 2022..3.18f, We are some other plugin,
Game Analytics
Iron Source
Google Play Service
Radio Pro
Voxel Busters for in - ...
0
votes
1
answer
643
views
java.lang.ExceptionInInitializerError UnitySDK GameAnalyticsSDK
My game is getting a lot of crash feedback on launch. The logs I have collected are caused by initialization. Below is the error log
2022年08月25日 22:49:44.348 2082-2753/? I/chatty: uid=1000(system) ...
0
votes
1
answer
661
views
GameAnalytics merged results on multi platform
I am trying to setup my GameAnalytics dashboard so that data from both my iOS build and Android build are displayed together.
However, it doesn't seem possible.
It appears as though GameAnaltyics ...
0
votes
1
answer
772
views
GameAnalytics ad events impression don't show in dashboard
Ad dashboard shows 0 impressions even though the filters are being populated with placement names in the dashboard so events are getting to the server.
Using Unity SDK v.6.0.14 and building for iOS
...
1
vote
1
answer
216
views
How can I use gameanalytics library in react native?
I need to use gameanalytics library in my react-native project.
I tried to use JS SDK by using npm install and importing, but it works only in debugging mode. when I deactivate debugging mode it gives ...
0
votes
1
answer
167
views
Why can the AppDelegate file not see the GameAnalytics file?
I'm trying to add the GameAnalytics SDK to my project (a game),
dragged the framework file onto the project, but when I import it I get an error
saying that the file GameAnalytics/GameAnalytics.h is ...
3
votes
2
answers
4k
views
Gameanalytics <> Unity: SDK initialize the SDK by calling GameAnalytics.Initialize()
I have just built a game and would like to integrate the GameAnalytics SDK. I have installed the package, however within the documentation it states:
Important Announcement
From v3.11.0 and onwards ...
1
vote
0
answers
695
views
Unity Game error after adding new plugins
Im trying to implement GameAnalytics Plugin into my game. Also, im using AdInCube plugin, which works fine, but now i get an error every time during build. I received exactly the same error when i ...
0
votes
0
answers
100
views
GameAnalytics.setEnabledInfoLog(true) doesn't print anything in Xcode console
I'm trying to configure GameAnalytics for my iOS app (swift). In the doc it says to call GameAnalytics.setEnabledInfoLog(true) to print debugging informations, but it doesn't print anything in Xcode ...
0
votes
2
answers
2k
views
Unity GameAnalytics plugin failing on iOS build
I'm building an iOS app in unity 5.4.0f3 (the latest), with GameAnalytics plugin 3.5.2 (the latest), downloaded from https://github.com/GameAnalytics/GA-SDK-UNITY. Even with an empty project -- ...
2
votes
1
answer
249
views
Gameanalytics, days since install/session number filter
In "look up metrics" I’m trying to know how my players improve in playing my game.
I have the score (both as desing event and progression, just to try) and in look up metrics I try to "filter" with ...
4
votes
2
answers
901
views
GameAnalytics, validating in app purchases on Unity
I'm setting up for the first time GameAnalytics in my Unity3D project.
I'm try to figure out if there is a way to validate in app purchases for both android and iOS from it.
In the docs I found http:/...
1
vote
1
answer
2k
views
GameAnalytics Progressions No Data
I can't view progression data in GameAnalytics Progressions panel. I receive a progression event in Live Feed containing the correct data but progressions panel is empty. I have no problems with other ...
0
votes
1
answer
118
views
'com.google.android.gms' Confliction when implementing GameAnalytics
I'm Getting this error:
Error:Execution failed for task ':app:processDebugResources'. > Error: more than one library with package name 'com.google.android.gms'
When I try to implement ...