Issue finding available auv3 plugins on ios

Hi,

I'm attempting to call audioComponentFindNext() from an iOS application (built with juce) to get a list of all available plugins.

I've got an issue whereby the function is only returning the generic system plugins and missing any the 3rd party installed plugins.

This issue is currently found when called from within another auv3 plugin though I have also seen it from within a normal iOS app. (Ran on iPad air 4), it the moment is working fine from an iOS app.

I've tried setting microphone access and inter-app audio capabilities as I saw it suggested on similar forum posts though it has not solved my problem.

Any advice would be very appreciated

Thanks