Testing in r470 beta
Re: this error (case error in my original post was my typo):
Cannot find declaration for 'NSObject', superclass of 'FileUtility'
ChatGPT told me to add:
#import <Foundation/Foundation.h>
To the start of FileUtility.h in /Plugins/cordova-plugin-purchase
Which presumably is the MobileIAP plugin
And this fixed the issue.
Note that neither Viewport fit = "auto" or "cover" hides the status bar on an iPad 10th gen.
The only difference is that with “auto”, the status bar is on its own space at the top of the screen whereas with “cover” it overlaps the game’s screen
No status bar is shown on an iPhone 15 using either “auto” or “cover” – and their behaviour is exactly as expected (“auto” uses the safe area whilst “cover” displays under the dynamic island and rounded corners).
Let me know if you need issues raising for either!