You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After permission left on IOS, the plugin crash with com.apple.coreaudio.avfaudio', reason: 'required condition is false: nullptr == Tap()'. Then, if i restart the app (permission already left) it works.
Reproduce Scenario (including but not limited to)
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Expected Behaviour
After permission left on IOS it wouldn't crash.
Actual Behaviour
After permission left on IOS, the plugin crash with
com.apple.coreaudio.avfaudio', reason: 'required condition is false: nullptr == Tap()'
. Then, if i restart the app (permission already left) it works.Reproduce Scenario (including but not limited to)
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 11.3
Cordova CLI version and cordova platform version
ionic info
Sample Code that illustrates the problem
In my code on press of a button i call startListening() then after release the stopListening() method.
Logs taken while reproducing problem
com.apple.coreaudio.avfaudio', reason: 'required condition is false: nullptr == Tap()'
The text was updated successfully, but these errors were encountered: