I've succeeded in getting past the app store using the ios.plistInject build hint, but I'd still like to work out where the requirement is coming from and why your automatic mechanism isn't supplying the hint.
-- On Monday, February 26, 2018 at 11:09:12 AM UTC-8, Steve Hannah wrote: > > We may need to take extra measures here to "remove" some native methods if > they aren't needed if Apple is checking statically for APIs that use, for > example, Microphone - even if no codepaths actually run those APIs. > > You may be able to workaround this issue for now by just adding a dummy > ios.NSMicrophoneUsageDescription build hint. E.g. > > ios.NSMicrophoneUsageDescription=This app does not use Microphone. This > description was added to pass the app store static check > > Or something cheeky like that. > > Steve > > On Mon, Feb 26, 2018 at 10:22 AM, Dave Dyer <[email protected] > <javascript:>> wrote: > >> I've run the simulator and I do not see a >> codename1.arg.ios.NSMicrophoneUsageDescription >> build hint. >> >> What is the trigger API that should cause it to be added? >> >> -- >> 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 [email protected] >> <javascript:>. >> 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/f760a2af-f64e-4c63-b143-503997f7566f%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/f760a2af-f64e-4c63-b143-503997f7566f%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> 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 [email protected]. 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/d9607b9b-289b-4276-8028-07ddaee146c7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
