I want to create and auto-start a background service app just after it is installed from the play store, without launching it. The purpose to the service app is to initialise a centralised local database that needs to be accessed and modify by two other Xamarin apps. How can I achieve this?
↧