79226873

Date: 2024-11-26 13:23:09
Score: 1
Natty:
Report link

For Ios, you need to update your infoPlist by adding

infoPlist: {
        NSMicrophoneUsageDescription:
          "The app records ...",
        UIBackgroundModes: ["audio"],
      }

to your config.ios

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: drebakare