BUG?: JUCE 8.0.14 for iOS

Hello,

I tried to build “GainPlugin” DEMO for iOS with JUCE 8.0.14 but it malfunctions in the case of standalone (whereas it succeeds in the case of AUv3 plugin). Generally speaking, effect standalone app (which requires microphone access) does not seem to work properly.

Symptom:

Standalone> Although the “unmute input” button is not pressed, the microphone catches input sound and that sound is coming out through the headphones. Also the parameter does not work well.

AUv3 plugin> no problem.

Other version:

JUCE 8.0.6: no problem both in the case of standalone and AUv3 plugin.

My environment:

macOS Sequoia 15.7.7 (Xcode 26.3)

iPad 9th generation(OS 18.7.7)

For the record I’ve not been able to repro this issue so far with 8.0.14 or develop. I used Xcode 26.2 on 15.7.8 and tested on iOS 18.7.3 hardware iPhone.

Are you using a Projucer project? What do you mean the “parameter does not work well”?

I apologize for my post; it turned out to be an issue with my iPad.

In fact, I can no longer reproduce the problem.

Best Regards