Questions tagged [gree]

GREE is a Japanese social networking service that focuses primarily on mobile games.

GREE is a Japanese social networking service founded by Yoshikazu Tanaka and operated by GREE, Inc.

GREE focuses primarily on mobile games and over ninety percent of its users access the site via their mobile phones. The company makes money by selling virtual goods to users such as clothes for their in-game avatars.

7 questions
16
votes
3 answers

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 @login_required. What would you use to refactor that…
Macarse
  • 91,829
  • 44
  • 175
  • 230
3
votes
1 answer

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 LoadBestScoreFromFriends(Action onComplete) { …
Macarse
  • 91,829
  • 44
  • 175
  • 230
1
vote
1 answer

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 in such a way that GREE libs and files are not…
1
vote
0 answers

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' inside …
kgnkbyl
  • 737
  • 1
  • 5
  • 16
1
vote
0 answers

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
Chudziutki
  • 41
  • 2
0
votes
1 answer

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: Also I have something in my console; 2012-12-04…
rptwsthi
  • 10,094
  • 10
  • 68
  • 109
0
votes
1 answer

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 after calling submitwithblock method for the…
Raj iOS
  • 1,047
  • 1
  • 9
  • 20