Victor

Results 17 comments of Victor

@bazrafkan Hi, currently there is a lack to save workout routes. It will be a separate method in new versions, because on the native side it should be implemented using...

Hi @spiritinlife According to the [Apple Documentation](https://developer.apple.com/documentation/healthkit/hkhealthstore/1614175-enablebackgrounddelivery) related to background updates, the observing queries should be initilized in **didFinishLaunchingWithOptions** of **AppDelegate** file. This background delivery and observing queries combination will...

Btw, in order to see how ObserverQuery is actually working, you can check out a native example of the [HealthKitReporter](https://github.com/VictorKachalov/HealthKitReporter). It is the base library for this flutter wrapper

I will also present some changes in event handling in new version

Ok, it appeared, that it was suppose to work all the time :) but was a lack of an appropriate Capability for background fetch and an argument exceptions in enabling...

hi @spiritinlife Have you already tried to use this package with observing queries on and while the app is in background/killed?

Hi @umangsh Please check new 2.1.0 version (be sure that updated HealthKitReporter to 2.0.0 is used)

Hi @Parfyonator Thank you for the raising the issue. I tried to reproduce your steps and used the code you attached in the first message. If I understood you correctly,...

Hi @dnkoulouris and @mazzonem Please see the new 2.1.0 release (also if needed update the HealthKitReporter pod to 2.0.0)

Hi @faalbane Please check the new 2.1.0 version (I added missing types)