GameAnalytics / GA-SDK-CPP

Repository for GameAnalytics C++ SDK.
MIT License
20 stars 16 forks source link

configureUserIdUWP not implemented in GameAnalyticsExtern.cpp #101

Closed MahdiGhiasi closed 3 years ago

MahdiGhiasi commented 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.

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.

the1schwartz commented 3 years ago

Thanks for reporting this. This should be fixed in the latest version of the Unity SDK (v6.5.1)

MahdiGhiasi commented 3 years ago

Thanks for the quick update!