I developed a PhoneGap application for iOS devices. For security reasons, I need to integrate a MobileIron product. In particular, I have to import MobileIron's AppConnectSDK for iOS into my Xcode project. I'm concerned thatNSURLProtocol
subclass is instantiated twice. The first one by Phonegap (CDVURLProtocol) and the second one by AppConnectSDK.
Can these two instances work together? Is MobileIron's AppConnect compatible with PhoneGap?
Thanks, Enri