Bir Garip Developer
Bir Garip Developer
While trying to add it to my watchOS project, I get the following error. [!] The platform of the target `watch` (watchOS 2.0) is not compatible with `SignalRSwift (2.0.3)`, which...
I can't attach with CocoaPods. It also gives errors when I add it as a package. Does WebRTC support watchOS?
I have a service that works in the foreground. When I kill the application, innappwebview crashes the application. When the application crashes, my foreground service shuts down. Device : Xiaomi...
I'm having a problem with iOS. Video and screen recording stops when the application is placed in the background. The audio stream continues. In this case, is it necessary to...
I create the observer in my ViewModel as follows: `let testObserver: Observable = Observable(.none)` And in my ViewController: ``` override func viewDidLoad() { self.viewModel.testObserver.observe(on: self) { [weak self] _ in...