I’m using C2DM in my Application to send data from mobile to mobile
But C2DM uses Google server(lacks data confidentiality) to redirect messages to device.
Is there any other way for sending data from mobile to mobile directly without any third party server?
I dont want to use SMS in my App.
I’m using C2DM in my Application to send data from mobile to mobile But
Share
Base on requirement (1) Without third party server (2) Between 2 mobiles.
Your options are limited to these:
http://developer.android.com/guide/topics/wireless/wifip2p.html
http://developer.android.com/guide/topics/wireless/bluetooth.html
http://developer.android.com/guide/topics/nfc/index.html