GPS Tracker Application Process

Features of GPS Tracker in Kuika:

  1. Location Tracking: GPS Tracker continuously determines and records the geographical location of the device.
  2. Data Logging: GPS Tracker saves the location information to the KGpstracking Table in Manage DB at specified times.

To use GPS Tracker features and make settings, first open the Config Manager module via Header in the application you are developing. On the screen that opens, make a name and click the Create button.

Since the GPS Tracker feature only works in mobile applications, make the iOS and/or Android configuration settings active/open with the switch to make the relevant settings.

GPS Tracker settings on iOS and Android are the same.

  • In the Settings list, click on the drop-down menu opposite Settings under GPS Tracker .
  • Click ADD NEW in the drop-down menu.
  • On the modal that opens, first name the GPS Tracker setting.
  • Then enter how many meters apart the location information to be tracked by GPS will be updated in the field opposite the Min. distance between updates heading.
  • Then select the accuracy of the location via the drop-down menu opposite the Location Accuracy heading. Choose between Approximate and Precise according to the needs of the application. In mobile applications, you can get the user's location with an approximate value with the Approximate option, while you can get the user's location with an exact value with the Precise option.
  • By activating the Background Location Switch, you can activate the setting to track the location when the application is running in the background.
  • After making the specified settings, click the CREATE button to complete the GPS Tracker settings. Then you need to define a permission tag to access and track the user's location information.
  • Click on the drop-down menu opposite the Permission Text heading.
  • Click ADD NEW in the drop-down menu.
  • Enter the permission title and content information on the modal screen.
    The language options in your application will appear on this screen. You should prepare the appropriate permission content for the languages that the application has.
  • After entering the permission content in the relevant language for all the languages in your application, create the permission by clicking the CREATE button.
    Finally, you should define a permission tag to access and track the user's location information when the application is running in the background.
  • For this process, click the drop-down menu opposite the Background Permission Text title.
  • Click ADD NEW in the drop-down menu.
  • Enter the permission title and content information on the Modal screen.
    The language options in your application will appear on this screen. You should prepare the appropriate permission content for the languages that the application has.
  • After entering the permission content in the relevant language for all the languages in your application, create the permission by clicking the CREATE button.