As I can’t wait for JUCE fixes of Fix content sharing from AUv3 iOS
I wanted on the AUv3 to simply show a message box.
But ironically I can’t even do that with the native one!
// Since iOS8, alert windows need to be associated with a window, so you need to // have at least one window on screen when you use this
So nice assertion but the NativeMessageBox::showMessageBoxAsync
doesn’t use the Component* associatedComponent
So it’s pretty much impossible iiuc to show a native dialog on AUv3…