I am sending some data from my app to the server using volley library. When the network connection is too slow then I got volley timeout error and received no response from the server but server shoots an email. I have asked for the solution but nothing works. Please provide me some solution
Related
I am trying to use push notification on my app, I followed the tutorial.When I try the command php pushMe.php (this is my php file to send notification) on terminator, it works. My iphone got the message.But when I move my file to web server (2mhost.com) it does not work.
Can somebody tell me Why.
By the way,the socket and openssl are enabled on the server.
I am implementing a GCM server communication using PHP. I have implemented the code in PHP and able to send the messages successfully to the device. But when the device isn't connected to network the message is lying in the server. The PHP is getting a success response. When the device network is turned on the message is getting actually sent to the device.
My question is that is there a way that I can get back from the GCM server or ping GCM server to know the status of the message_id I sent.
You need to use Upstream Messages. It has a delivery receipt requested feature. Check out this documentation here : http://developer.android.com/google/gcm/ccs.html#receipts
If you use the simple HTTP communication with the GCM server, your only way to know if the app received a message is to put some message identifier in the message payload (not the message identifier returned by GCM server, since you can't access that in the app), and to send that message identifier from your app to your server when the message is received.
I am getting this error when I am trying a make a httppost call from my Android app to WAMP server for log in validation. I am using android phone for the debugging
NafHttpAuthStrategyDefault(10430): (thUse=67032) It is impossible to support GBA now (many possible reasons: no Android Context, current client is GBA service, etc.), then it will be just usual HTTP.
Any suggestion please......
I have tried to set up a Soap connection between a Php client and making the Android app as a server. I tried it by getting the Android device Ip address and setting a request in php client..? I was not successful in doing so. Need some help with this.?
How to make the android app as Server. I installed web server in the Android device and tried to call the service from the php which is the client. Its telling that it is unable to listen to the socket. I Implemented SOAP to send the request from the Php client to the Android server. Any suggestion.>?
Or is there any other method.? other than TCP socket listening.
please read below link fetch data from server to andriod mobile
http://codeoncloud.blogspot.in/2013/07/android-mysql-php-json-tutorial.html