I am making a health app that fires notifications in background when certain no. of steps are reached w.r.t. goals.
I understand healthkit can only be queried when phone is unlocked.
The strategy I implemented is as follows.
Please help.
I understand healthkit can only be queried when phone is unlocked.
The strategy I implemented is as follows.
coded the necessary notifications and authorised app to send notifications.
querying for steps and sending notifications from App Delegate's app did enter background method.
enabled background processing in background modes in capabilities.
Please help.