I see you're currently getting iOS DeviceActivity data by rendering ActivityCategoryToken / ApplicationToken converting to image, and doing OCR to extract the text. This seems crazy to me - is there really no way to get this data from an Apple API?
I'd appreciate any insight you have. I'm trying to build an app that gets total pickup / screen time usage, and struggling with Apple's API. Curious to hear from you why the OCR solution is necessary.
I see you're currently getting iOS DeviceActivity data by rendering
ActivityCategoryToken/ApplicationTokenconverting to image, and doing OCR to extract the text. This seems crazy to me - is there really no way to get this data from an Apple API?I'd appreciate any insight you have. I'm trying to build an app that gets total pickup / screen time usage, and struggling with Apple's API. Curious to hear from you why the OCR solution is necessary.