简体   繁体   中英

How can I send data over a web server for a commercial application?

I am currently working on an app I would soon like to release to the Google Play Store for Android devices. It involves the sending and receiving of data (in my case, they would be numerical values like GPS coordinates) between devices. My idea is: two users would create their own accounts, and then link those accounts, so that one of the respective devices would be the transmitter, and the other the receiver.

To accomplish this, I figured I would send the data to a web server. For instance, Device 1 transmits to the web server, and then the web server sends that data to Device 2. My question is, since this would be a commercial application with many users, what kind of service should I use?

I have looked at other questions regarding this topic, but none of them deal with a commercial scale, where multiple clients are involved.

Thank you.

如果您想在不创建自己的Web服务的情况下加快工作速度,则可以使用Google的Firebase Cloud Messaging

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM