When is swift 4 fitting
Problems in the swift project
What is needed for the Swift 4 support? I am open for the possibility if someone wants to help in this area.
I found the swift version FSAudioStream private implementation the file 331 line kReachabilityChangedNotification This property crashes.[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:@"kReachabilityChangedNotification" object:nil]; This approach is feasible
One more question AVAudioSession *session = [AVAudioSession sharedInstance]; [session setCategory:AVAudioSessionCategoryPlayback error:error]; [session setActive:YES error:error]; Can't resume playing after being interrupted by other player
same problems in IOS 9.3.5 I called "pause" in lockscreen and then "Play" "onStateChange" log event :
onStateChange: fsAudioStreamPlaying error Network failed: cannot play the audio stream: Optional("The operation couldn’t be completed. Socket is not connected") onStateChange: fsAudioStreamFailed
someting wrong? sorry my english.