deprecated-yandex-speechkit-ios
deprecated-yandex-speechkit-ios copied to clipboard
Crash on YSKSoundRecorderImpl
Hello, app crashes on devices with bad internet mobile connection (3G/LTE). Tested on your sample app and crash too. When connected via WiFi crash has not made.
P.S. Tested on two iPhone 5s, iOS 10
I tried to change the settings YSKSoundFormat and YSKEncodingQuality, but it did not help
I received a reply from the support. Fixed a problem will be in the next release, occurs when a specific line in the logs. As a temporary solution to reduce the level of logging -
[[YSKSpeechKit sharedInstance] setLogLevel: YSKLogLevelError];
After this, the crash was not the test. We will check further.