Hi, We are an MDM Solution, who is trying to collect the Data Usage Datas from iOS Devices. We have our own Native app, there we can able to get the data usage with some limitations
- While trying to fetch continuously, it shows usage for maximum upto 4GB. After 4 GB, it again resets the current count and starts from 0 .
Also These Above data fetched on one instance resets to zero on Restarting Device,
So we are planning for Content Filter Provider extensions to get a track of data usage. We have no clear Documentations to use this.
With Some third party domain references , Below are the Questions on it.
-
For Content Filtering to be working , We need to add a plugin web content Filter with apps distribution Certificate as its authentication. -> As we are an MDM solution ,Is it needed to give all the cx our Distribution Certificate with its private key?
-
Will the Content Filtering will satisfy our needs, as we can see that it works on tight container ? Is it possible to collect the data usages of the device without any limitations?
-
It will good ,if there was a proper apple document to use this extension. Is it any there?
-
Also will it be possible to use this without the distribution Certificate Authentication?
Apple Doc: Link
Any Suggestions are welcome. Thanks in Advance