I’m using the Audio play flow function to play an audio retrieved from Airtable.
I’m using the appgyver on both Android and IOS to test the app.
It works fine on Android. I did notice the first time I played the audio the Android asked for file system permission.
But it does not work on my IOS. I’m not sure this is related to some permission issue on IOS. But the IOS appgyver app did not ask for any permission, I wasn’t even able to go and manually give storage permission to the Apgvyer viewer app.
Hi Mevi, I’m just getting back to my app after some time.
No the device was not in Silent mode… I’m testing the app in test flight now still the same issue.
The audio is an MP3 pulled from airtable, I have linked audio play to a “Component Tab” event of a picture, both the file name and id is assigned using
current.fields.Audio[0].url, current.fields.Audio[0].id.
Again it totally works fine in Android, only in iOS its not working.
One thing I noticed is that in Android, when I tab audio I am asked for storage permission, but in IPAD there’s no permission requested or given for storage.