How to verify that only my app is communicating to server (UNIX)

95 views Asked by At

I am creating an android app that will communicate to my UNIX server. Server side language is PHP and for Android I am using CORDOVA.

Now the question is when I send AJAX call from my APP to server, then how will server know whether its my APP or someone else APP.

I have self signed my APP by creating keystore. Is there any way my server can find details of SHA fingerprint of my APP while communicating with server?

0

There are 0 answers