Re: How to share a recorded sound on iOS?

2021-03-18 Thread William de Smet via use-livecode
Hi Matthias, What I tried with mergPopActivity was a little different and it didn't work: put specialfolderpath("documents") & "/" & "recording1.wav" into tPath Now it does. Thanks! greetings, William Op do 18 mrt. 2021 om 00:27 schreef matthias rebbe via use-livecode <

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
> > Seems Messages does not support the .caf file type. > I have to correct this. Sending files to iMessage app through the sharing feature is not possible for all apps, even if they are from Apple. Tried here for example with the File.app from Apple on the iPhone. iMessage is not offered as

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 18.03.2021 um 00:00 schrieb William de Smet via use-livecode > : > > Hi Matthias, > > Yes I want something like the standard share sheet on iOS. > And for instance I want to share the .WAV file with Apple Messages. > Now i understand. >

Re: How to share a recorded sound on iOS?

2021-03-17 Thread William de Smet via use-livecode
Hi Matthias, Yes I want something like the standard share sheet on iOS. And for instance I want to share the .WAV file with Apple Messages. Do I need to associate the .WAV file with other apps? Then I have to use custom URL schemes, I think. Is that what you mean? greetings, William Op wo

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
Sorry, i do not get it. You want to record it on the iOS device and then you want to have access to it with an other app on the same iOS device? So the question is with what or whom do you want to share the recordings? > Am 17.03.2021 um 23:21 schrieb William de Smet via use-livecode > : >

Re: How to share a recorded sound on iOS?

2021-03-17 Thread William de Smet via use-livecode
Hi Matthias, With sharing I mean like the iOS share sheet. A bit like using the mergPop with mergPopActivity but then with .WAV files. I got it working with 'mobileComposeMail (with an attachment)' but in this way you need to have an actived mailacoount on your iOS device. And mailaccounts are

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
William, what do you mean with sharing? Do you want to connect your iOS device to iTunes on Win/Mac and want to get access to that recorded files in iTunes? If that's the case, then go to the Standalone Settings for your iOS stack, switch to Requirements and check the "File Sharing" option.