My app uses ionic-native-audio to play hundreds of short (3-10 second) MP3 files. I have been using preloadSimple for the files on ionViewDidLoad and then playing with a tap event.
I did plenty of testing of playback and unloading in Xcode simulator across devices and iOS versions and everything was working fine.
As posted in other threads I’m doing final optimizations to my ionic app, and a few days ago I got my Apple dev account and put my app on my iPhone for the first time, only to be surprised that the audio plugin is deprecated and unmaintained and broken on my device with respect to playback volume.
There are 138 stars on the github repo and many dozens of open issues so I would imagine that there are many hundreds of devs using this plugin, but since the maintainer doesn’t seem to be active what are are my best solutions to this problem? Does the ionic team do any development or maintainence on ionic-native plugins? Should I install a new plugin and rewrite all of my typescript?
Thanks in advance for any advice,
Evan