Do we have any proper solution for this issue in ...
# android
s
Do we have any proper solution for this issue in Android
android.app.RemoteServiceException$ForegroundServiceDidNotStartInTimeException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{b7b244e u0 com.myapp.client.test/com.myapp.client.app.services.HnavBootCompletedService}
not kotlin but kotlin colored 6
g
Did you call
startForegroundService()
when starting your service?
s
yes. Can it cause exception if this startForegroundService get delayed or something because of in between code
c
Image from iOS.jpg