Testflight not showing latest build

Hi,

Just starting today, when I tried to publish to testflight, I see a success from Transporter. However I see it in testflight (website) for maybe a moment where it says processing. After I refresh the page, the version I just pushed is no longer there. It only shows builds that I made a few years ago.

Any ideas? Thanks!

Maybe this issue due to UIWebView are no longer accepted ? how to know which plugin use UIWebView ?

I use <preference name="WKWebViewOnly" value="true" />

And installed ionic cordova plugin add cordova-plugin-ionic-webview.

**ionic info:**

Ionic:

Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 5.5.2
@angular-devkit/build-angular : 0.1000.8
@angular-devkit/schematics : 10.0.8
@angular/cli : 10.0.8
@ionic/angular-toolkit : 2.3.3

Cordova:

Cordova CLI : 10.0.0
Cordova Platforms : none
Cordova Plugins : no whitelisted plugins (0 plugins total)

Utility:

cordova-res : not installed
native-run : not installed

System:

ios-deploy : 1.11.3
ios-sim : 8.0.2
NodeJS : v14.15.4 (/usr/local/bin/node)
npm : 6.14.10
OS : macOS Big Sur
Xcode : Xcode 12.4 Build version 12D4e

**Plugin list:**

com-sarriaroman-photoviewer 1.2.4 “PhotoViewer”
cordova-clipboard 1.3.0 “Clipboard”
cordova-plugin-advanced-http 3.1.0 “Advanced HTTP plugin”
cordova-plugin-android-permissions 1.1.2 “Permissions”
cordova-plugin-app-version 0.1.12 “AppVersion”
cordova-plugin-background-mode 0.7.3 “BackgroundMode”
cordova-plugin-badge 0.8.8 “Badge”
cordova-plugin-compat 1.2.0 “Compat”
cordova-plugin-device 2.0.2 “Device”
cordova-plugin-file-opener2 3.0.5 “File Opener2”
cordova-plugin-file-transfer 2.0.0-dev “File Transfer”
cordova-plugin-file 6.0.2 “File”
cordova-plugin-inappbrowser 4.1.0 “InAppBrowser”
cordova-plugin-ionic-keyboard 2.2.0 “cordova-plugin-ionic-keyboard”
cordova-plugin-ionic-webview 4.2.1 “cordova-plugin-ionic-webview”
cordova-plugin-local-notification 0.9.0-beta.2 “LocalNotification”
cordova-plugin-ms-adal 0.8.1 “ADAL for Cordova”
cordova-plugin-nativestorage 2.3.2 “NativeStorage”
cordova-plugin-network-information 2.0.2 “Network Information”
cordova-plugin-printer 0.8.0 “Printer”
cordova-plugin-screen-orientation 3.0.2 “Screen Orientation”
cordova-plugin-splashscreen 5.0.2 “Splashscreen”
cordova-plugin-statusbar 2.4.2 “StatusBar”
cordova-plugin-vibration 3.1.1 “Vibration”
cordova-plugin-whitelist 1.3.3 “Whitelist”
cordova-plugin-wkwebview-engine 1.2.2-dev “Cordova WKWebView Engine”
cordova-plugin-wkwebviewxhrfix 1.0.0 “Cordova WKWebView File XHR Fix”
cordova-plugin-zip 3.1.0 “cordova-plugin-zip”
cordova-sqlite-storage 5.1.1-dev “Cordova sqlite storage plugin - cordova-sqlite-storage plugin version”
cordova.plugins.diagnostic 6.0.3 “Diagnostic”

I had something similar but with react native, i published to testflight on thursday and it took till next day to show up, i guess it might be from heavy traffic on Apple systems that it gets delayed sometimes and not from you.
After it showed up on testflight i published the app with no issues.

MarcusIII, thanks. I understand. I will wait.

I get an answer from Apple Developer Program Support.

After researching your app, I found that you are still using UIWebView in your app. It is no longer accepted as of April 2020.

Could anyone suggest please how to understand with plugin use UIWebView ?