Forum QuickConnect Help with Android java connection

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

Help with Android java connection

Postby mode » March 30th, 2014, 9:12 pm

I have not used java much. Mostly used to C#
How would I convert this code to working code?
Code: Select all
      Map<String, String> m;
      try{
      m = new HashMap<String, String>();
      m.put("test", "test");
      Client client = PlayerIO.authenticate("GameID", "public", m, null);
      }
      catch (Exception ex){

      }


Edit: When I do "PlayerIO.onCreateActivity(this);" the game force closes
mode
 
Posts: 9
Joined: July 28th, 2011, 9:23 pm

Return to QuickConnect