I know this issue has been discussed before; the main issue is related to the app updating from the play store. The implementation is working just fine, but when SDK 27 updates the app, it returns this crash. If I restart the phone, the crashing resolves.
I have an ongoing foreground service and I call startForground in the onStartCommand.
Any idea how to fix this?
I believe the issue is related to the service running and app getting the updates at the same time.