I’m working on a React-Native project that works offline and serves people that use the same Public IP address or are on the same WiFi network.
But I want to internationalize (long distance) it using the same Public IP process without internet connection.
Can you give me any idea to make something like unique Public IP address for anybody that uses that application never mind where he is in the world ???
What I’m looking for is an idea that should consider anybody as local network user (with Public IP Address) no matter where (the country he) is living so that to make my application works without internet connection.
Please, give me an idea if you have.