I'm developing an app that makes use of the new Packet Tunnel Provider extension introduced in iOS 9.
When trying to build and run my app on an iOS 8 device I would expect the extension to just be ignored, but instead I get the error:
"This app contains an app extension that specifies an extension point identifier that is not supported on this version of iOS"
Looking online I couldn't find a solution for this.
How can I run my container app on an iOS 8 device (without the Packet Tunnel Provider extension, of course)?
Thanks!