-
Hi All,
Great work on the library so far.
We've had a bug report come in re: NetworkStatus instrumentation. NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) …
-
AMEURLSessionURLLoader always recreates NSURLSession instance on every `currentSession` or `currentBackgroundSessionWithCompletionHandler:` calls.
Also it does not call `invalidateAndCancel` or `reset…
-
### Is this a bug report, a feature request, or a question?
Bug report
### Have you followed the required steps before opening a bug report?
(Check the step you've followed - put an `…
ng-ha updated
44 minutes ago
-
[connection session](http://z-yida.github.io/2016/02/23/NSURLConnection+NSURLSession/)
-
AFNetworking is not supported by MobileIron :(
NSUrlSession is faster.
-
Hi we're seeing a number of crashes on crashlytics in PhoenixTransport. Any thoughts?
Crashed: com.apple.NSURLSession-delegate
0 libobjc.A.dylib 0x9260 objc_loadWeakRetaine…
-
![2018-05-30 11 34 12](https://user-images.githubusercontent.com/11731944/40697581-8ac64c30-63fd-11e8-99e8-6e73df277c76.png)
![2018-05-30 11 34 23](https://user-images.githubusercontent.com/1173194…
-
### Description
#### Expected to happen
Calling [`RemoteConfig.addOnConfigUpdateListener(remoteConfigUpdateCompletion:)`](https://firebase.google.com/docs/reference/swift/firebaseremoteconfig/ap…
-
**Motivation**
the URLSession has one function that allows us to download files in background execution (correct me if I am wrong).
Here's the document I found in Xcode:
![image](https://github.com…
-
This still uses NSURLConnection, but turns off the deprecation warnings for it using `#pragma`. Would be a much better idea to upgrade to using NSURLSession instead.