Sam Orme

Results 3 comments of Sam Orme

Running this app on a Samsung A40 worked fine and ran without issues for over half an hour until I stopped it. During that time I also ran it on...

Correct me if I'm wrong but it looks like android:foregroundServiceType="location" is missing from the service / AndroidManifest? Some Android devices will kill the foreground service after a while if it...

Hi @Hiden46 did you add the [Register("...")] attribute to the service too? This is how I do it in one of my projects: **Service** ` [Register("com.samorme.tracked.ForegroundService")] public class ForegroundService :...