-
Re: Is there a way to figure out the data usage for each app
eskimo Jan 5, 2017 2:28 AM (in response to xwu)I have built a VPN app using the iOS NetworkExtension framework.
Is it a packet tunnel provider? Or an app proxy provider?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: Is there a way to figure out the data usage for each app
xwu Jan 5, 2017 11:29 AM (in response to eskimo)Hi Eskimo,
It is a packet tunnel provider.
Thanks!
-
Re: Is there a way to figure out the data usage for each app
eskimo Jan 6, 2017 12:55 AM (in response to xwu)It is a packet tunnel provider.
Packet tunnel providers work at the IP layer, which means they don’t get information about which apps are responsible for which traffic.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: Is there a way to figure out the data usage for each app
vzrao Jan 6, 2017 12:22 PM (in response to eskimo)Suppose we use app proxy provider instead, can we distinguish the apps? Do we have to use MDM in this case?
Thanks!
-
Re: Is there a way to figure out the data usage for each app
eskimo Jan 8, 2017 1:00 PM (in response to vzrao)Suppose we use app proxy provider instead, can we distinguish the apps?
I responded on the thread you created for this.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
-
-
-