requestRecordPermission does nothing

后端 未结 4 819
深忆病人
深忆病人 2021-01-11 10:32

Since the update of iOS 7 there has been some changes with recording applications. I have an app that used to work with iOS 5 and 6, but when I tried to run it on iOS 7 - r

4条回答
  •  独厮守ぢ
    2021-01-11 11:25

    Add Privacy - Microphone Usage Description in your info plist to give access for the app to ask for permissions. This was causing me Thread13: signal SIGABRT error. After this is done the error is solved automatically.

提交回复
热议问题