Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created April 25, 2019 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/abe10fb1ef50c96ec10be1edd7af5326 to your computer and use it in GitHub Desktop.
Save juucustodio/abe10fb1ef50c96ec10be1edd7af5326 to your computer and use it in GitHub Desktop.
Example of how to implement audio recorder in your Xamarin.Forms applications. - http://julianocustodio.com/gravar-audio
...
<key>NSMicrophoneUsageDescription</key>
<string>The AudioDemo wants to use your microphone to record audio.</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment