Xamarin Forms JobService does not run on Android 8 (API 26)

0

MyclassthatinheritsJobServicehastheOnStartJobandOnStopJobmethodsimplemented.

TheproblemisthatwhenIrunthecodeonAndroid6(API23)itworksnormally,butwhenIrunonAndroid8(API26)theclassisnotcalledanddoesnoterror,justdoesnotrun.>

[Service(Name="com.RDA.GoFindMe.ManagerServiceNow"),               Permission="android.permission.BIND_JOB_SERVICE", Exported = true)]

public class ManagerServiceNow : JobService

When

    
asked by anonymous 24.11.2018 / 22:23

0 answers