Hi
I'm creating an App for IOS that needs access to the Microphone for recordng.
The first time the Microphone is beeing accessed the user needs to Allow Access.
In case the user don't allow acceess I would like to show a message that he need to allow access to use the record feature in the App (by going to Settings/Privacy/Microphone).
If the user tries to record again I would like to show the security message again (if posible)
I've read in the documentation that the property "muted" is set to true if the user selected "D'ont allow" access.
However mic.muted is always false.
I also tris to force the security panel to show: Security.showSettings(SecurityPanel.MICROPHONE); Doesn't do anything
I use the latest Air 4.0.0.1628
Any help appreciated!
Rolf