我制作了一个使用Openears
框架来读出一些文本的应用程序。但我没有使用任何Openears'
语音识别/语音合成功能,只是语音对话功能。我的应用程序被苹果拒绝,告诉应用程序请求使用麦克风的权限,而该应用程序没有任何此类功能。以下是来自苹果的拒绝信息:
During review we were prompted to provide consent to use the microphone, however, we were not able to find any features or functionality that use the microphone for audio recording.
The microphone consent request is generated by the use of either AVAudioSessionCategoryRecord or AVAudioSessionCategoryPlayAndRecord audio categories.
If you do not intend to record audio with your application, it would be appropriate to choose the AVAudioSession session category that fits your application's needs or modify your app to include audio-recording features.
For more information, please refer to the Security section of the iOS SDK Release Notes for iOS 7 GM Seed.
我已经搜索了消息中提到的应用程序AVAudioSessionCategoryRecord
或AVAudioSessionCategoryPlayAndRecord
音频类别,但找不到任何内容。如何禁用提示允许使用麦克风?