LucaIaco

Results 9 comments of LucaIaco

Hi everybody, as some of you may know, there are known and unsolved issues with Keychain in general, where access to data, in certain weird conditions results in a failure...

Ok, seems that this conflict exists also in other dev platform (like Unity). On this thread is said to try removing the "ads" folders, contained into the google-play-services.jar. In our...

Emmm... no. It didn't work. Still return the same error. Anyway, the bad news is the following: _Google will deprecate the standalone AdMob SDK for Android on August 1, asks...

I'm trying to use this Ane project, and, for example, after the SignIn activity, it always fail the login ( without showing any alert message, just checking the callbacks from...

Well, i'm using the Adobe Flash CC 2014, using the Air 16.0 for Android, it automatically keep his own sdk compiler, but i downloaded the the flex sdk 4.6 from...

I wrote this function for getting the list of Leaderboards, without showing them ``` java public static class getAllLeaderboardInfo implements FREFunction { @Override public FREArray call(FREContext context, FREObject[] args) {...

@scionGbh in the native java code (file: StubActivity.java) the method 'finish()' is missed, doing like the following made the trick for me: ``` java @Override protected void onActivityResult(int requestCode, int...

You have to: - ensure that at least no syntax error occurs in eclipse - ensuring you have Apache 'ant'. If you haven't get here: http://ant.apache.org/srcdownload.cgi - you need java...

@scionGbh mmm, pretty weird, i'll check tomorrow if i made something more maybe, normally calling 'finish()' the stub activity which manage the leaderboard / achievement presentation is dismissed ( it's...