Re: mergAV permission dialog

2018-10-03 Thread scott--- via use-livecode
Thank you, Monte! I was missing that. — Scott Morrow > On Oct 2, 2018, at 11:51 PM, Monte Goulding via use-livecode > wrote: > > Should be: > > mergAVCamSet “microphone”, empty > > You may also need to add a custom plist template with a more specific reason > why you want video

Re: mergAV permission dialog

2018-10-03 Thread Monte Goulding via use-livecode
Should be: mergAVCamSet “microphone”, empty You may also need to add a custom plist template with a more specific reason why you want video permission. See http://lessons.livecode.com/m/4069/l/881992-creating-a-custom-plist Cheers Monte > On 3 Oct 2018, at 4:32 pm, scott--- via use-livecode

Re: mergAV permission dialog

2018-10-03 Thread scott--- via use-livecode
Answering my own question… I now see a note at the bottom of mergAVCamCreate that says "If only capturing barcodes or photos set the microphone to empty before calling mergAVCamCreate to avoid app store rejection.” So apparently my problem has a solution. At least as soon as I figure out how

mergAV permission dialog

2018-10-02 Thread scott--- via use-livecode
Recently had an update to an existing app rejected because the app asked permission without explaining the purpose. I believe that the dialog is produced as a result of including mergAV in the build. An automatically generated dialog is handy… but in this case I agree with the reviewer. My