Many other people have this error, I’ve solved as suggested in these discussions:
- https://stackoverflow.com/questions/54373661/how-to-resolve-app-validation-the-app-references-non-public-selectors-in-payloa/56934236#56934236
- https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/209
with these commands:
cordova plugin rm cordova-plugin-ionic-webview
cordova plugin add cordova-plugin-ionic-webview@4.1.0
The version cordova-plugin-ionic-webview@4.1.1 has the same problem, so install cordova-plugin-ionic-webview@latest isn’t a good idea.
The strange thing is that last week I’ve uploaded the same app without these problems.
cld