DEV Community

savitaraghuvanshi
savitaraghuvanshi

Posted on

Regarding cross platform offline data transfer between 2 mobile devices

Hi , I am a Java developer new for mobile technologies .

Got below requirement which is needed to be addressed prefably using react native library but not neccsary can use any lenguage)

"My goal is to transfer msg between 2 mobile devices in offline mode cross platform (android to iOS and iOS to android) ".
I tried some Bluetooth react native libraries but they does not work cross platform . while they are ok android to android and ios to ios .
Is it even possble to transfer data between 2 mobile devices cross platform using it ?

If you do have any suggestions or if you know any libraries which can work cross platform in offline mode(Either using WIFI , wifi direct , wifi aware or hotspot or Bluetooth or any other technology) it would be really great help to me ?

Top comments (0)