The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data

后端 未结 6 1512
南笙
南笙 2020-12-15 02:38

Got a build rejection The app\'s Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app

6条回答
  •  春和景丽
    2020-12-15 03:26

    Just having AVAudioSession.sharedInstance().requestRecordPermission() somewhere in your code base is enough to trigger this error with iTunes Connect. It's not even necessary to actively call that code!

提交回复
热议问题