Hey!
I'm using libGDX for a cross platform game, android , desktop and iOS.
I've used the android SDK for the android version, and is working, same thing for desktop,
But what should I do for the iOS?
I've tried with the java SDK, but I'm getting errors such as 'no such method'
java.lang.NoSuchMethodError: org.apache.http.util.EntityUtils.consume(Lorg/apache/http/HttpEntity;)V
at com.shephertz.app42.paas.sdk.java.connection.RESTConnectorAsync.executeGet(RESTConnectorAsync.java)
at com.shephertz.app42.paas.sdk.java.game.ScoreBoardService.getTopNRankers(ScoreBoardService.java)
What should I Do?
A solution would be to use a rest api, and call POST or GET HttpRequests using the libGDX methods.
But I don't know what URL should I POST , which parameters, etc.
Thank you.