After updating iOS, my app stops recognizing car trips

The application is subscribed to a CMMotionActivity = Automotive.

When this event occurs, the application turns on the GSP and begins to lock the locations until the CMMotionActivity becomes NoAutomotive.


After updating the operating system, the cell phone must be restarted so that it can recognize car trips correctly. The start arrive too late, or do not arrive directly, as if the CMMotionManager or the Motion Location does not work.


I read an article about possible problems after an update (https://www.gottabemobile.com/ios-12-problems-fixes/). I would like to know if it is something that can be solved or what measures I should take.


Is it possible that some sensor, GPS, or something else that uses CoreMotion is in an incorrect state after an iOS update?


I am new to mobile development and I don't know this kind of thing.