Questions tagged [gameanalytics]

16 questions
4
votes
2 answers

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…
Massimo Frasson
  • 427
  • 3
  • 10
3
votes
2 answers

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 you need to manually initialize the SDK by calling…
RevolverBloom
  • 39
  • 1
  • 4
2
votes
1 answer

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 session number or days since install but, even if I…
Massimo Frasson
  • 427
  • 3
  • 10
1
vote
1 answer

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 me error, "getBrowserVersionString" undifined…
Pouya92
  • 453
  • 1
  • 8
  • 18
1
vote
0 answers

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 tried to implement Google Play Services plugin.…
1
vote
1 answer

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 data, design events etc all fine. I'm using…
Soul
  • 35
  • 10
0
votes
0 answers

game analytics not working when i uppload the game on the play store

Using game analytics with unity Work perfectly when i was testing When the game is live on the store , game analytics is not working and the game is buggy Ello tracking new users and session length
0
votes
1 answer

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) ActivityManager expire 21 lines ---------…
0
votes
1 answer

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 requires a different dashboard per game per…
FunnerSoft
  • 77
  • 8
0
votes
1 answer

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 sending Ad rewarded event as follows, "unknown"…
filo
  • 677
  • 7
  • 19
0
votes
1 answer

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 not found How can I fix that problem?
Mohamed Awad
  • 630
  • 1
  • 6
  • 14
0
votes
0 answers

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 console. I can see the events in the Live feed on…
0
votes
2 answers

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 -- nothing but the plugin -- I get an error when…
Catlard
  • 853
  • 6
  • 13
  • 30
0
votes
1 answer

'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 GameAnalytics via Fabric. this is the snipet from the…
Dizzy
  • 179
  • 1
  • 7
0
votes
1 answer

Admob causes corona SDK app to crash after installing GameAnalytics on Android

After "importing" the GameAnalytics plugin using (require "plugin.gameanalytics"), every time I try to launch a publicity via our Admob account (which worked perfectly until importing GameAnalytics), causes the app to crash, but only on Android, it…
Yuval
  • 149
  • 1
  • 1
  • 11
1
2