Pages

Showing posts with label background services. Show all posts
Showing posts with label background services. 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






Friday, December 3, 2021

How to Create Background Services in Android Studio

 Services in Android 


FOREGROUND : Runs even if app is killed displays notification while running

BACKGROUND : Run like foreground without notification

BOUND :  Bounded to component . alive till component is alive\



Github: https://github.com/OwaisBukhari/BackgroundServices

Youtube: https://youtu.be/D0QxMBjcfl0


KeyPoints-Series-1

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