BUG: iPad running iOS 13.3.1 on Wi-Fi

I try to upload apps create on cordoba on the news version framework and I have the answer on apple:

Please help me?

Is this an app you have created in Framework7?

My version:
“cordova-ios”: “^5.1.1”,
“framework7”: “^5.3.0”,
“framework7-vue”: “^5.3.0”,

This app when I have this error is first load app on store, maybe with this is problem?

I think it would be a good idea to post some code samples, so we can see where you might be going wrong.

In short, the best advice would be to run your app in the Xcode Simulator, to replicate an iPad running iOS 13.3.1. From there you can debug and try to work out where your app is going wrong.

In the simulator Xcode I have this error:

**2020-03-18 11:06:16.259823+0100 Training Bambini for Coaches[64764:1657611] Apache Cordova native platform version 5.1.1 is starting.**

**2020-03-18 11:06:16.260077+0100 Training Bambini for Coaches[64764:1657611] Multi-tasking -> Device: YES, App: YES**

**2020-03-18 11:06:16.288214+0100 Training Bambini for Coaches[64764:1657611]** 

**Started backup to iCloud! Please be careful.**

**Your application might be rejected by Apple if you store too much data.**

**For more information please read "iOS Data Storage Guidelines" at:**

**https://developer.apple.com/icloud/documentation/data-storage/**

**To disable web storage backup to iCloud, set the BackupWebStorage preference to "local" in the Cordova config.xml file**

**2020-03-18 11:06:16.387124+0100 Training Bambini for Coaches[64764:1657611] Using UIWebView**

**2020-03-18 11:06:16.388331+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][console] 0.048041ms**

**2020-03-18 11:06:16.388552+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][handleopenurl] 0.089049ms**

**2020-03-18 11:06:16.390056+0100 Training Bambini for Coaches[64764:1657611] Unlimited access to network resources**

**2020-03-18 11:06:16.390283+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][intentandnavigationfilter] 1.604080ms**

**2020-03-18 11:06:16.390470+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][gesturehandler] 0.053048ms**

**2020-03-18 11:06:16.390653+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][inappbrowser] 0.064969ms**

**2020-03-18 11:06:16.390856+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][uiinappbrowser] 0.090957ms**

**2020-03-18 11:06:16.391056+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][wkinappbrowser] 0.084043ms**

**2020-03-18 11:06:16.391174+0100 Training Bambini for Coaches[64764:1657611] [CDVTimer][TotalPluginStartup] 2.954006ms**

**2020-03-18 11:06:16.511981+0100 Training Bambini for Coaches[64764:1657611] Resetting plugins due to page load.**

**2020-03-18 11:06:16.512163+0100 Training Bambini for Coaches[64764:1657611] IAB.close() called but it was already closed.**

**2020-03-18 11:06:16.512292+0100 Training Bambini for Coaches[64764:1657611] IAB.close() called but it was already closed.**

**2020-03-18 11:06:16.547064+0100 Training Bambini for Coaches[64764:1657611] Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)**

**2020-03-18 11:06:16.560535+0100 Training Bambini for Coaches[64764:1657611] Resetting plugins due to page load.**

**2020-03-18 11:06:16.565158+0100 Training Bambini for Coaches[64764:1657611] IAB.close() called but it was already closed.**

**2020-03-18 11:06:16.565349+0100 Training Bambini for Coaches[64764:1657611] IAB.close() called but it was already closed.**

**2020-03-18 11:06:16.693689+0100 Training Bambini for Coaches[64764:1657611] Finished load of: file:///Users/admin/Library/Developer/CoreSimulator/Devices/5B871BB3-6A10-441E-95A8-62301C2BCBCA/data/Containers/Bundle/Application/3B35D589-C24C-410E-82E0-7A724BF833E6/Training%20Bambini%20for%20Coaches.app/www/index.html**

**2020-03-18 11:06:22.379857+0100 Training Bambini for Coaches[64764:1657611] CDVWebViewDelegate: Detected redirect when loadCount=0**

**2020-03-18 11:06:24.760683+0100 Training Bambini for Coaches[64764:1657882] WF: === Starting WebFilter logging for process Training Bambini for Coaches**

**2020-03-18 11:06:24.760866+0100 Training Bambini for Coaches[64764:1657882] WF: _userSettingsForUser : (null)**

**2020-03-18 11:06:24.760995+0100 Training Bambini for Coaches[64764:1657882] WF: _WebFilterIsActive returning: NO**

**2020-03-18 11:06:24.874610+0100 Training Bambini for Coaches[64764:1657611] Finished load of: http://127.0.0.1:8081/**

Did you upload the cordova debug app to the App-Store? (using a local ip-address?)

I think this is not a problem, because I have 2 applications in the App Store made with one-to-one

My mistake :man_facepalming: I forgot to build app on www folder.