I am building an SDK, and in there, I need user permission to record audio, and for that user should add Privacy - Microphone Usage Description in info.plist. I want to make sure the app doesn't crash even if the key is not added to info.plist, with some popup, that can alert user to add relative key in info.plist. Any help would be appreciated.