Post

Replies

Boosts

Views

Activity

AudioComponentInstanceNew takes up to five seconds to complete
We are using a VoiceProcessingIO audio unit in our VoIP application on Mac. In certain scenarios, the AudioComponentInstanceNew call blocks for up to five seconds (at least two). We are using the following code to initialize the audio unit: OSStatus status; AudioComponentDescription desc; AudioComponent inputComponent; desc.componentType = kAudioUnitType_Output; desc.componentSubType = kAudioUnitSubType_VoiceProcessingIO; desc.componentFlags = 0; desc.componentFlagsMask = 0; desc.componentManufacturer = kAudioUnitManufacturer_Apple; inputComponent = AudioComponentFindNext(NULL, &desc); status = AudioComponentInstanceNew(inputComponent, &unit); We are having the issue with current MacOS versions on a host of different Macs (x86 and x64 alike). It takes two to three seconds until AudioComponentInstanceNew returns. We also see the following errors in the log multiple times: AUVPAggregate.cpp:2560 AggInpStreamsChanged wait failed and those right after (which I don't know if they matter to this issue): KeystrokeSuppressorCore.cpp:44 ERROR: KeystrokeSuppressor initialization was unsuccessful. Invalid or no plist was provided. AU will be bypassed. vpStrategyManager.mm:486 Error code 2003332927 reported at GetPropertyInfo
2
0
191
2w
AppStore version showing "The developer of this app needs to update it..." for some customers after iOS 15 update
Hello, our Application shows the "*** Needs to Be Updated - The developer of this app needs to update it to work with this version of iOS.", but only on some devices. We had reports from customers that they get the message once they upgrade to iOS 15 and try to start the application but for most customers (and on all the devices we tested on) this message does not appear and the app works normally with the iOS 15 update. The version currently in the store was built with Xcode 12.4. We will update the App soon, but there is still lots of testing and some fixes to be done. Any help on how to troubleshoot this would be appreciated.
0
0
545
Sep ’21