CodeIgniter Forums
Sync contacts between android app and php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Sync contacts between android app and php (/showthread.php?tid=70857)



Sync contacts between android app and php - omid_student - 06-09-2018

Hi guys
I'm programming chat application for android
In this app,i have to sync device's contacts with server
I send all contact phone number to server and check it with select sID from user where mobile = 09000000
Is is right way for sync contact or not?
I use mqtt protocol for chat
I am really confused about sync contacts
Thanks