Is it possible for an iOS AUv3 host app to obtain app icons for the 3rd party AUv3 plugins found on the device?
I've seen some host apps show the Audio Units' icons alongside name, but can't find an API to do this.
Is it possible for an iOS AUv3 host app to obtain app icons for the 3rd party AUv3 plugins found on the device?
I've seen some host apps show the Audio Units' icons alongside name, but can't find an API to do this.
Were you ever able to figure this out?
Any news?
In case someone is looking for an answer I created a small Swift project to list all Auv3 Plugins + icons.
But basically once loaded you can get the icon using something like: component.icon
A little contribution to the community because sometimes easy things can become soooo hard...