Closed MahdiGhiasi closed 3 years ago
First, We've noticed that when calling ConfigureUserId on GameAnalytics Unity SDK, we get an exception:
EntryPointNotFoundException: Unable to find an entry point named 'configureUserIdUWP' in 'GameAnalytics.UWP.dll'.
Upon further investigation, I've found that the Unity SDK internally calls a method from the native GA-SDK-CPP named configureUserIdUWP.
configureUserIdUWP
It seems that this method is declared in GameAnalyticsExtern.h, but there is no definition of it anywhere within GameAnalyticsExtern.cpp or anywhere else in the repository.
Thanks for reporting this. This should be fixed in the latest version of the Unity SDK (v6.5.1)
Thanks for the quick update!
First, We've noticed that when calling ConfigureUserId on GameAnalytics Unity SDK, we get an exception:
Upon further investigation, I've found that the Unity SDK internally calls a method from the native GA-SDK-CPP named
configureUserIdUWP
.It seems that this method is declared in GameAnalyticsExtern.h, but there is no definition of it anywhere within GameAnalyticsExtern.cpp or anywhere else in the repository.