Yuriy Solodkyy

Results 31 issues of Yuriy Solodkyy

When I am using the latest implementation `com.google.android.gms:play-services-games:21.0.0` I get the following errors when trying to create `gpg::GameServices` object: ``` E/GamesNativeSDK: Can't register class com/google/android/gms/games/multiplayer/Invitation: an exception occurred. E/GamesNativeSDK: Can't...

Can you guys please sync up your samples to build with the latest side-by-side NDK, gradle etc.? They are much less useful without it

Are you guys aware that the link you have within your [C++/Lua Support](https://docs.cocos.com/creator/manual/en/advanced-topics/cpp-lua.html) page is invalid? It says at the bottom: > Please click [Using Cocos Creator With C++ and...

All your Java samples are currently targeting version 4 of the library, which is not only out of servicing window, but it is also not compatible with versions 5 and...

I was wondering if you can upgrade your code to build with recent Xcode versions. Thank you!

I was following your instructions to build sample firebase cocos2d-x project for Analytics and got this error: ``` sample/sample_project/cocos2d/cocos/platform/CCFileUtils.cpp:1156:9: error: call to unavailable function 'system': not available on iOS if...

Can you elaborate on how fast dynamic cast compares to [memoized_cast](https://github.com/solodon4/Mach7/blob/master/code/mach7/memoized_cast.hpp) of [Mach7](https://github.com/solodon4/Mach7)? You can find an overview of it in section 5.5 [here](http://bit.ly/PhdThesis). Also it would be great if...

Initialization of `google::signin::GoogleSignIn::Configuration` as described in [Integrate Play Games sign-in into your game](https://firebase.google.com/docs/auth/cpp/play-games#integrate_play_games_sign-in_into_your_game) via any of the following syntaxes: ``` Configuration config{}; Configuration config = {}; Configuration config = Configuration();...

### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) * Firebase C++ SDK version: 11.9.0 * Problematic Firebase Component: Storage * Other Firebase Components in...

api: storage
new
type: question

### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the: [website](https://firebase.google.com/download/cpp) * Firebase C++ SDK version: 12.0.0 * Problematic Firebase Component: GMA * Other Firebase Components in...

new
type: question
needs-triage