GREE is a Japanese social networking service that focuses primarily on mobile games.
1
vote
1answer
107 views
Unity3D Build Configuration to omit a package for iOS
I am building a game in Unity3D for iOS and Android. For leaderboards and achievements, I want to use GREE in Android and Gamecenter in iOS. So, when building from Unity3D, is it possible to configure ...
0
votes
1answer
106 views
GREE Integration endup with Errors
I integrated GREE in an iOS application(demo) and after a day long hard work the code was good enough to go, that executed properly and produced some UI response but, pity that was no worthy, check:
...
0
votes
2answers
445 views
Platforms similar to Openfeint in Android
i used Openfeint in my Android game but a few days later OF will be disabled. I tried to migrate from OF to GREE platform but it is so hard and there is a little documentation so i gave up. Do you ...
0
votes
0answers
78 views
Gree integration with my app
Its been a long Day working with Gree (:( bcoz no more OpenFeint). I went through the whole Greesdk.pdf but in vain. I need a code snippet or a good example where i can have a look on how to use the ...
1
vote
0answers
174 views
Migrate from openFeint to Gree platform
i should migrate from openfeint to gree platform. i downloaded gree sdk and when i import the sdk i get this error:
Cannot nest 'oauth.signpost.Signpostttt.oauth.signpost.Signpost/src/main/java' ...
1
vote
0answers
71 views
Gree iOS Achievements show Dashboard
how to show Achievements in Gree in iOS.
Before in OpenFeint i use this:
[OpenFeint launchDashboardWithAchievementsPage];
but in Gree i can't find any similar to this method.
Thanks for any help
7
votes
3answers
189 views
Is there something like python decorators for c#?
I am wrapping calls to an API and most of my methods have in their first lines:
if ( !Gree.Authorizer.IsAuthorized() )
{
return;
}
In python I would decorate those methods with something like ...
3
votes
1answer
111 views
Calling an Action from an Action
I am creating a game in Unity3d using the GREE c# API.
I am trying to get run an Action for every (username, score) in a leader board.
The code is the following:
public static void ...
0
votes
1answer
102 views
GREE(Open feint) in ios - Update score not working in test account
I'm testing with integration of GREE. The update score in leaderboard is not working in test account. Anyone if has been successful with GREE integration, please help. The score remains unchanged ...
0
votes
0answers
109 views
Gree Achievement implementation [closed]
Can anyone share or point to code snippets to use Achievements with Gree?
The documentation is non-existent, there are 198 uncommented classes, and the programmer guide referst to the web, which ...
0
votes
0answers
395 views
Unity 3d Gree Integration
Hey I am Getting Error for GREE integration in Unity 3d .When I am trying to build the project it is showing following errors
1- Moving File failed. Assets/editor/gree/android/c2dm/bin/classes.jar ...