Open ajoshdee opened 9 years ago
don't think u should start workout session in willActivate. willActivate will get called every time when u raise your wrist or when the screen appears
The sensor doesn't turn off when I exit my app and it will cause battery to drain, so i have to stop the workout session in the didDeactivate method. So when I open the app it will start again in willActivate. Is this the correct implementation?
I want to start heart rate monitor at the start of my app. So after getting authorization, The heart rate label doesn't get updated.
I ran into this too and seems like it works in the simulator but not the device (strange not the other way around like usual).
I'm starting the workout session in the willActivate method. After allowing the read permissions in the parent app, the label is not showing bpm. Any solution to this? thanks in advance.