ibm-bluemix-mobile-services / bms-clientsdk-swift-core

Bluemix Mobile Services Core SDK
Apache License 2.0
8 stars 12 forks source link

Refactored internal network requests and fixed network metadata recording #9

Closed AnthonyOliveri closed 7 years ago

AnthonyOliveri commented 7 years ago
  1. Refactored the BaseRequest and Request classes to use our BMSURLSession type in place of the native Swift URLSession.
  2. Tested and fixed network request metadata recording for analytics. Ensured that network metadata is recorded for all network requests, including those made to MCA-protected backends.