Last year I tried to get data from app usage, on Android it ran smoothly. But for iOS there was a problem when taking data from cellphone usage activity, the data could not be taken but could only display the UI from application usage. I searched for the cause in the Apple Developer forum and Documentation, the result was that the data could not be taken because of privacy issues in iOS that did not allow for the data to be taken. At that time I used DeviceActivity.
Is the library you created able to fetch phone usage activity data into react native data after completing the "Family Control Rights (distribution) requires approval from Apple" step in?
Last year I tried to get data from app usage, on Android it ran smoothly. But for iOS there was a problem when taking data from cellphone usage activity, the data could not be taken but could only display the UI from application usage. I searched for the cause in the Apple Developer forum and Documentation, the result was that the data could not be taken because of privacy issues in iOS that did not allow for the data to be taken. At that time I used DeviceActivity.
Is the library you created able to fetch phone usage activity data into react native data after completing the "Family Control Rights (distribution) requires approval from Apple" step in?