I have an app that just counting steps in Active State and Background Mode with CoreMotion CMPedometer.
It works fine on ios 12.4.1
ios 13: steps counting doesn't work in Background Mode, but work in Active State.
I haven't any errors and in Active State I get "steps, that I went in background".
I have permission NSLocationWhenInUseUsageDescription
In fact, I do not receive a notification (print in console) that I am moving.
Please help.