@DTS Engineer
I'm not using a custom URL protocol or even a third-party networking library. I just used the iOS native network NSURLSession as shown in the Demo I provided.
[[NSURLSession sharedSession] dataTaskWithRequest:aRequest completionHandler:]
There is one thing that has not been mentioned before. Network requests are sent from the dynamic library (Framework) we developed ourselves, not from the main App.
Topic:
App & System Services
SubTopic:
Networking
Tags: