Can i fully migrate from Phonegap Build to Ionic AppFlow?

Hi,

Currently i am using Phonegap Build (with Kendo UI mobile) to build IOS mobile app BUT recently encountering below problems when uploading to Apple App Store :-

ITMS-90725: SDK Version Issue - This app was built with the iOS 12.1 SDK. Starting Jun 2020, all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later.

I am also still using webview with the below phonegap build plugins :-

    <gap:plugin name="cordova-plugin-whitelist" source="npm" />
    <gap:plugin name="cordova-plugin-camera" spec="~4.0.3" source="npm" />
    <gap:plugin name="cordova-plugin-device" spec="~1.1.7" source="npm" />
    <gap:plugin name="cordova-plugin-dialogs" spec="~1.3.4" source="npm" />
    <gap:plugin name="phonegap-plugin-barcodescanner" source="npm" version="3.1.2" />
    <gap:plugin name="cordova-plugin-file" spec="~4" source="npm" />
    <gap:plugin name="cordova-plugin-file-transfer" spec="~1.6" source="npm" />
    <gap:plugin name="cordova-plugin-geolocation" spec="~2" source="npm" />        
    <gap:plugin name="cordova-plugin-media-capture" spec="~1" source="npm" />
    <gap:plugin name="cordova-plugin-network-information" spec="~1.3.4" source="npm" />
    <gap:plugin name="cordova-plugin-splashscreen" spec="~4.1.0" source="npm" />        
    <gap:plugin name="Cordova-sqlite-storage" spec="https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free" />

Appreciate if anyone could let me know, am i able to migrate my phonegap build mobile app to ionic appflow for my case ?

If yes, can i use Ionic Appflow FREE version to migrate or do i have to subscribe to one of the paid versions ?

Thanking you in advance for your advise and guidance.

Please take a look at the migration guide we have listed here.