The simulator "automatically" adding these usage descriptions is a
convenience thing - BUT you should be explicitly either adding the build
hints yourself or modifying the ones that the simulator adds.  You would
need to do this for a native app too if you were just developing in Xcode.
There are a number of things that Apple now requires you to provide usage
descriptions for so that when your app tries to do them, the user sees this
usage description in a dialog asking them if they want to allow it.  The
microphone is one of those things.

This page has a list of them:
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

(Do a find on that page for "UsageDescription" see the keys that relate to
usage descriptions).  If you need to specify any of these, you just add
them in build hints.

e.g.
ios.NSMicrophoneUsageDescription=I need the mic for blah blah blah

Steve



On Mon, Feb 26, 2018 at 11:23 PM, Dave Dyer <ddyer-goog...@real-me.net>
wrote:

> I see updates every Friday, and no complaints about inability to make
> updates to the Plist
>
> Can you point out where in the simulator this supposed to be happening?
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to codenameone-discussions+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/f4445d2e-89ca-4078-94e8-
> 928f91792a2c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKW85So73uthD8i1ykoY2cV694XGNF1LEYcWapzqcUOk1w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to