Location Service Extension Application icon

Location Service Extension 14

4.2 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Location Service Extension, developed and published by Pura Vida Apps, has released its latest version, 14, on 2024-11-14. This app falls under the Maps & Navigation category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Location Service Extension APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_taifunbaer.locationservice

Updated: 3 months ago

Developer Name: Pura Vida Apps

Category: Maps & Navigation

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Location Service Extension on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Location Service Extension 14
2024-11-14 / 4.2 MB / Android 5.0+

About this app

Location Service Extension

The App Inventor extension presented in this example app is able to run in the background while your app is closed and stores location data (latitude, longitude and optionally altitude, accuracy, speed, current address and provider) in TinyDB aka Shared Preferences.

Also a background web functionality is available which can be used to send the location data to a web service of your choice using a POST request. This could be used for example to store the location data in a MySQL database or to send an email after a location change was detected while the app is not running.

A notifier will be displayed while the location service is running in the background.

In the example app you have the following 2 options:

1) you can can select, if you want your location be transferred to my Test MySQL database. Each time you start the service, a random user id will be generated and transferred to the Test database including your location information (latitude, longitude and optionally current address). You can see the latest location of the last 5 user ids who used the example app on my webpage at https://puravidaapps.com/locationservice.php.

2) you can select, if your location should be sent by email. Please enter your email address for the location (latitude, longitude and optionally current address) to be sent to your email address.

Required permissions:
- android.permission.FOREGROUND_SERVICE
- android.permission.ACCESS_FINE_LOCATION
- android.permission.ACCESS_COARSE_LOCATION
- android.permission.ACCESS_BACKGROUND_LOCATION
- android.permission.INTERNET

Please see also the privacy policy at https://puravidaapps.com/privacy-policy-locationservice.php

App Permissions

Allows an app to access precise location.
Allows an app to access approximate location.
Allows applications to open network sockets.