Find nearby users of an app (iPhone and Android)

前端 未结 4 433
野性不改
野性不改 2021-02-01 19:23

I am working on an app that has an iPhone version as well as an Android version.

My goal is...

  • display a list of nearby users of my app (iPhone app users
4条回答
  •  再見小時候
    2021-02-01 20:06

    you should consider following possible issues.

    1. If application keep on sending user's location then the user battery will getting down, and web server memory will increase.

    2. Application will keep on use internet to send location to web server.

    3. At the time of roaming internet data cost may increase.

    my suggestions:

    1. The app should send the user's location every 15 minutes.

    2. Every application should use unique id to update their location.

    3. If application closed then clear that app's location in web server.

提交回复
热议问题