Pages

Showing posts with label location. Show all posts
Showing posts with label location. Show all posts

Tuesday, March 1, 2022

PlayStore Background Location Approval

 Google approve your app once the permission declaration form is signed and submitted to the play store Here you will need to answer the following questions.



1.Permission Declaration Form 

    You can find the permission decalrion form via app content in  playstore dashboard . 

Once you get there you will need to answer following questions 


1- what is the core purpose of your app?

2- Why does your app need to aceess location in the background?

3-  Here you need to describe the main Feature that requires background location access if you have more than one feature choose one that provides the most value to the user 

4- Describe the detail why background location access is needed instead of foreground

5- Video Submission


It can be an Inn App Disclosure that states why we use background location and has onclick method to enable location rightaway


 Example Text For Disclosure 


    This app uses location feature for building an accurate daily journey

 and uses other feature of geospark like trips insights geofences and events 

.\Please enable the location Permission






Tuesday, July 20, 2021

Fused locations api in android studio

In order to acces the device location one can go networkprovided location or gps provided location . fused location provider api enables us to use location whenever we desires with less use of power consumption .and it enables us to get the best location of the meanwhile . it normally uses the last known location used by amy app in the devices and display it to the user 

KeyPoints-Series-1

  The Android architecture has the Main Thread AKA UI thread, which updates the UI after every  16ms  frame.