fuldevpok

Results 4 comments of fuldevpok

iOS app works correctly. So there is no problem on server.

Just tested with ping on terminal and got request timed out. But maybe ping make security issues, so heroku will block this requests. But main point is iOS app works....

Also already tested with several devices and emulator. and the result is bad for me.

Parse.Configuration conf = new Parse.Configuration.Builder(this) .applicationId(getString(R.string.parse_app_id)) .clientKey(getString(R.string.parse_client_key)) .server(getString(R.string.parse_url)) .build();